We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bd2a6 commit b29a9e3Copy full SHA for b29a9e3
1 file changed
src/librustdoc/html/static/css/rustdoc.css
@@ -689,14 +689,10 @@ a {
689
position: relative;
690
}
691
692
-.small-section-header:hover > .anchor {
+.small-section-header:hover > .anchor, .impl:hover > .anchor,
693
+.trait-impl:hover > .anchor, .variant:hover > .anchor {
694
display: initial;
695
-
696
-.impl:hover > .anchor, .trait-impl:hover > .anchor, .variant:hover > .anchor {
697
- display: inline-block;
698
- position: absolute;
699
-}
700
.anchor {
701
display: none;
702
position: absolute;
0 commit comments