Created
May 24, 2018 14:08
-
-
Save alegut/b8f4313325609c1d2bf394faaa1321e9 to your computer and use it in GitHub Desktop.
Avoid outline on active links
This file contains hidden or 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
#logoSocial a:active, | |
#logoSocial a:focus { | |
outline: 0; | |
border: none; | |
-moz-outline-style: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment