Skip to content

Instantly share code, notes, and snippets.

@Oldenborg
Last active June 23, 2021 12:52
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 Oldenborg/a474b09bcc5bd2e1ecc031b742c43334 to your computer and use it in GitHub Desktop.
Save Oldenborg/a474b09bcc5bd2e1ecc031b742c43334 to your computer and use it in GitHub Desktop.
Remove antpaths from focused elements
// Remove antpaths from focused elements
a:focus,
select:focus,
input:focus
outline: medium none !important
button:focus
outline: 0
button::-moz-focus-inner,
select::-moz-focus-inner
order: 0 none !important
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment