Created
April 29, 2013 17:06
-
-
Save phantom42/5483061 to your computer and use it in GitHub Desktop.
selector to style simple anchor tags not being used for 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
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