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:
Jacob Marshall
2022-07-05 01:30:32 +01:00
committed by GitHub
parent 2bfe85658b
commit 7a3c37052f

View File

@@ -183,6 +183,7 @@
}
.anchor-heading:hover,
.anchor-heading:focus,
h1:hover > .anchor-heading,
h2:hover > .anchor-heading,
h3:hover > .anchor-heading,