We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545f223 commit 1c888d5Copy full SHA for 1c888d5
src/librustdoc/html/static/rustdoc.css
@@ -545,10 +545,8 @@ a {
545
left: -5px;
546
}
547
.small-section-header > .anchor {
548
- left: -20px;
549
-}
550
-.small-section-header > .anchor:not(.field) {
551
left: -28px;
+ padding-right: 10px; /* avoid gap that causes hover to disappear */
552
553
.anchor:before {
554
content: '\2002\00a7\2002';
@@ -745,6 +743,7 @@ a.test-arrow:hover{
745
743
.section-header:hover a:before {
746
744
position: absolute;
747
left: -25px;
748
749
750
0 commit comments