Skip to content

Instantly share code, notes, and snippets.

@kozhin
Created June 22, 2015 22:25
Show Gist options
  • Save kozhin/d88ab9ffdc3b132879f3 to your computer and use it in GitHub Desktop.
Save kozhin/d88ab9ffdc3b132879f3 to your computer and use it in GitHub Desktop.
Anti-glow for form input elements
select, textarea, button, a, input[type=submit] {
outline: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment