Created
June 26, 2014 07:06
-
-
Save fredchu/77ff6647e71f88ffb008 to your computer and use it in GitHub Desktop.
Styling <a> without href attribute
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
| a:not([href]) { | |
| /* Styles for anchors without href */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment