File tree Expand file tree Collapse file tree 2 files changed +174
-172
lines changed
tutorials/shaders/shader_reference Expand file tree Collapse file tree 2 files changed +174
-172
lines changed Original file line number Diff line number Diff line change @@ -398,6 +398,7 @@ a.btn:hover {
398398
399399/* Style self-links to make them appear only on hover. */
400400.classref-method > a [href *= "-method-" ].reference ,
401+ .classref-method > a [href *= "-func-" ].reference ,
401402.classref-property > a [href *= "-property-" ].reference ,
402403.classref-signal > a [href *= "-signal-" ].reference ,
403404.classref-annotation > a [href *= "-annotation-" ].reference ,
@@ -412,6 +413,7 @@ a.btn:hover {
412413 padding-right : 20px ;
413414}
414415.classref-method : hover > a [href *= "-method-" ].reference ,
416+ .classref-method : hover > a [href *= "-func-" ].reference ,
415417.classref-property : hover > a [href *= "-property-" ].reference ,
416418.classref-signal : hover > a [href *= "-signal-" ].reference ,
417419.classref-annotation : hover > a [href *= "-annotation-" ].reference ,
You can’t perform that action at this time.
0 commit comments