We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91755d1 + 1c888d5 commit f9eef71Copy full SHA for f9eef71
src/librustdoc/html/static/rustdoc.css
@@ -558,10 +558,8 @@ a {
558
left: -5px;
559
}
560
.small-section-header > .anchor {
561
- left: -20px;
562
-}
563
-.small-section-header > .anchor:not(.field) {
564
left: -28px;
+ padding-right: 10px; /* avoid gap that causes hover to disappear */
565
566
.anchor:before {
567
content: '\2002\00a7\2002';
@@ -758,6 +756,7 @@ a.test-arrow:hover{
758
756
.section-header:hover a:before {
759
757
position: absolute;
760
left: -25px;
761
762
763
0 commit comments