Skip to content

Instantly share code, notes, and snippets.

@jcamp
Forked from barbwiredmedia/telephone.css
Created July 6, 2018 17:58
Show Gist options
  • Save jcamp/73d272b5cc861f77d8020ffe50169b7b to your computer and use it in GitHub Desktop.
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
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