Skip to content

Instantly share code, notes, and snippets.

@minimaldesign
Created August 22, 2013 15:20
Show Gist options
  • Save minimaldesign/6308592 to your computer and use it in GitHub Desktop.
Save minimaldesign/6308592 to your computer and use it in GitHub Desktop.
a[href^="tel"] {
text-decoration: none;
color: #333;
pointer-events: none;
}
@media only screen and (max-device-width: 480px) {
a[href^="tel"] {
text-decoration: underline;
color: #00f;
pointer-events: auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment