Last active
July 23, 2016 14:51
-
-
Save anant1811/db0c8a743e3ab8c49dff6d75738c5a47 to your computer and use it in GitHub Desktop.
Remove link 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
/*Remove dotted outline from links/link elements*/ | |
a, a:hover, a:active, a:focus { | |
outline: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment