-
-
Save jcamp/73d272b5cc861f77d8020ffe50169b7b 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