Skip to content

Commit

Permalink
Fix anchor display when hovering impl
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 21, 2020
1 parent 97f3eee commit 20b499c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/rustdoc.css
Expand Up @@ -625,7 +625,7 @@ a {
display: initial;
}

.in-band:hover > .anchor {
.in-band:hover > .anchor, .impl:hover > .anchor {
display: inline-block;
position: absolute;
}
Expand Down

0 comments on commit 20b499c

Please sign in to comment.