Skip to content

Instantly share code, notes, and snippets.

@fnhipster
Created January 9, 2011 06:39
Show Gist options
  • Save fnhipster/771489 to your computer and use it in GitHub Desktop.
Save fnhipster/771489 to your computer and use it in GitHub Desktop.
Remove dotted border on hyperlinks in Firefox
a:active, a:focus {
outline: none;
-moz-outline-style: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment