Skip to content

Instantly share code, notes, and snippets.

@redesigned
Created August 7, 2013 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save redesigned/6171886 to your computer and use it in GitHub Desktop.
Save redesigned/6171886 to your computer and use it in GitHub Desktop.
Remove annoying dotted outlines from around links and objects when clicked. In Firefox especially.
/* Remove Link Outlines */
a, a:active, a:focus { outline: none; -moz-outline-style: none; }
:-moz-any-link:focus { outline: none; -moz-outline-style: none; }
*, *:focus, *:active { outline: none; -moz-outline-style: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment