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 {
398
398
399
399
/* Style self-links to make them appear only on hover. */
400
400
.classref-method > a [href *= "-method-" ].reference ,
401
+ .classref-method > a [href *= "-func-" ].reference ,
401
402
.classref-property > a [href *= "-property-" ].reference ,
402
403
.classref-signal > a [href *= "-signal-" ].reference ,
403
404
.classref-annotation > a [href *= "-annotation-" ].reference ,
@@ -412,6 +413,7 @@ a.btn:hover {
412
413
padding-right : 20px ;
413
414
}
414
415
.classref-method : hover > a [href *= "-method-" ].reference ,
416
+ .classref-method : hover > a [href *= "-func-" ].reference ,
415
417
.classref-property : hover > a [href *= "-property-" ].reference ,
416
418
.classref-signal : hover > a [href *= "-signal-" ].reference ,
417
419
.classref-annotation : hover > a [href *= "-annotation-" ].reference ,
You can’t perform that action at this time.
0 commit comments