Last active
July 6, 2018 17:58
-
-
Save barbwiredmedia/3c5b15af079061dac88d to your computer and use it in GitHub Desktop.
Telephone attribute selector for click to call coloring on mobile device. Fixes phone number anchor color on phone
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[href^="tel"], a[href^="tel"]:visited, a[href^="tel"]:active, a[href^="tel"]:hover {color:inherit; cursor: text;} | |
a[href^="tel"]:hover {text-decoration: none;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment