-
-
Save jawinn/55483aee94437ba1b18709ae0562ac56 to your computer and use it in GitHub Desktop.
Focus Visible Outline Styles with Offset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.btn:focus-visible { | |
outline: 2px dotted #000000; | |
outline-offset: 2px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment