Skip to content

Commit 36af1ba

Browse files
authored
Merge pull request #10407 from tetrapod00/shader-func-self-links
Add self links to shader functions page
2 parents 19f5643 + 0da4dbe commit 36af1ba

File tree

2 files changed

+174
-172
lines changed

2 files changed

+174
-172
lines changed

_static/css/custom.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)