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:
commit
fc729d0c60
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ a {
|
|||
display: initial;
|
||||
}
|
||||
|
||||
.in-band:hover > .anchor {
|
||||
.in-band:hover > .anchor, .impl:hover > .anchor {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue