mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
Rollup merge of #72421 - GuillaumeGomez:fix-impl-hover-anchor, r=kinnison
Fix anchor display when hovering impl A little gif for the fixed behaviour:  r? @kinnison
This commit is contained in:
@@ -625,7 +625,7 @@ a {
|
||||
display: initial;
|
||||
}
|
||||
|
||||
.in-band:hover > .anchor {
|
||||
.in-band:hover > .anchor, .impl:hover > .anchor {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user