Created
May 28, 2021 11:37
-
-
Save phun-ky/61c48da564f40e7f0b3478b4f0ea0444 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.if.button:focus, | |
.if.button.is-focused { | |
outline: 4px solid #0054f0; | |
} | |
[data-whatintent='mouse'] { | |
.if.button:focus, | |
.if.button.is-focused { | |
outline: none; | |
} | |
} | |
[data-whatinput='keyboard'] { | |
.if.button:focus, | |
.if.button.is-focused { | |
outline: 3px solid spin(#0054f0, 180); | |
outline-offset: 1px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment