Created
June 18, 2015 09:35
-
-
Save jameskoster/376fd21d31a879af3661 to your computer and use it in GitHub Desktop.
Storefront - Remove active link border
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:focus, | |
.focus a { | |
outline: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment