Skip to content

Commit 20b499c

Browse files
Fix anchor display when hovering impl
1 parent 97f3eee commit 20b499c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ a {
625625
display: initial;
626626
}
627627

628-
.in-band:hover > .anchor {
628+
.in-band:hover > .anchor, .impl:hover > .anchor {
629629
display: inline-block;
630630
position: absolute;
631631
}

0 commit comments

Comments
 (0)