Skip to content

Commit fc729d0

Browse files
authored
Rollup merge of rust-lang#72421 - GuillaumeGomez:fix-impl-hover-anchor, r=kinnison
Fix anchor display when hovering impl A little gif for the fixed behaviour: ![hover-anchor](https://user-images.githubusercontent.com/3050060/82549808-cfdf4080-9b5d-11ea-9495-2b1d90b2a791.gif) r? @kinnison
2 parents 503a2fd + 20b499c commit fc729d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)