Rollup merge of #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
This commit is contained in:
Ralf Jung 2020-05-21 21:10:45 +02:00 committed by GitHub
commit fc729d0c60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -625,7 +625,7 @@ a {
display: initial;
}
.in-band:hover > .anchor {
.in-band:hover > .anchor, .impl:hover > .anchor {
display: inline-block;
position: absolute;
}