Skip to content

Instantly share code, notes, and snippets.

@fetchTe
Created June 12, 2015 20:27
Show Gist options
  • Save fetchTe/b994ddc4888f98d2d4a8 to your computer and use it in GitHub Desktop.
Save fetchTe/b994ddc4888f98d2d4a8 to your computer and use it in GitHub Desktop.
CSS outline
*,
a,
input,
button,
img,
select,
a:focus,
input:focus,
button:focus,
img:focus,
select:focus {
outline: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment