Skip to content

Instantly share code, notes, and snippets.

@gero3
Forked from redesigned/remove-dotted-outlines
Created August 7, 2013 07:17
Show Gist options
  • Save gero3/6171894 to your computer and use it in GitHub Desktop.
Save gero3/6171894 to your computer and use it in GitHub Desktop.
/* 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