Skip to content

Instantly share code, notes, and snippets.

@mattlundstrom
Created June 15, 2012 22:48
Show Gist options
  • Save mattlundstrom/2939090 to your computer and use it in GitHub Desktop.
Save mattlundstrom/2939090 to your computer and use it in GitHub Desktop.
CSS Remove Firefox Dotted Borders
a:focus {
outline: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment