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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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