Created
June 12, 2015 20:27
-
-
Save fetchTe/b994ddc4888f98d2d4a8 to your computer and use it in GitHub Desktop.
CSS outline
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
*, | |
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