Created
June 22, 2015 22:25
-
-
Save kozhin/d88ab9ffdc3b132879f3 to your computer and use it in GitHub Desktop.
Anti-glow for form input elements
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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