mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-22 02:52:23 -06:00
Anchor heading links should be visible on focus (#846)
The anchor heading item is keyboard focusable, but when focused and not hovered, it is not visible. This PR fixes that. Also, great project!
This commit is contained in:
parent
2bfe85658b
commit
7a3c37052f
@ -183,6 +183,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.anchor-heading:hover,
|
.anchor-heading:hover,
|
||||||
|
.anchor-heading:focus,
|
||||||
h1:hover > .anchor-heading,
|
h1:hover > .anchor-heading,
|
||||||
h2:hover > .anchor-heading,
|
h2:hover > .anchor-heading,
|
||||||
h3:hover > .anchor-heading,
|
h3:hover > .anchor-heading,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user