mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-04 06:18:13 -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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user