Skip to content

Instantly share code, notes, and snippets.

@amcdnl
Created October 19, 2018 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amcdnl/3452b988b775e22b7675a55dc79ca5ae to your computer and use it in GitHub Desktop.
Save amcdnl/3452b988b775e22b7675a55dc79ca5ae to your computer and use it in GitHub Desktop.
/*
This will hide the focus indicator if the element receives focus via the mouse,
but it will still show up on keyboard focus.
*/
button:focus:not(:focus-visible) {
outline: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment