Skip to content

Instantly share code, notes, and snippets.

@phun-ky
Created May 28, 2021 11:37
Show Gist options
  • Save phun-ky/61c48da564f40e7f0b3478b4f0ea0444 to your computer and use it in GitHub Desktop.
Save phun-ky/61c48da564f40e7f0b3478b4f0ea0444 to your computer and use it in GitHub Desktop.
.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