Skip to content

Instantly share code, notes, and snippets.

@rolia17
Created August 26, 2015 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rolia17/5014589c4adbc140b597 to your computer and use it in GitHub Desktop.
Save rolia17/5014589c4adbc140b597 to your computer and use it in GitHub Desktop.
/*
* Telephone number class
*/
.tel {
color: inherit;
cursor: default;
text-decoration: none;
&:hover {
color: inherit;
}
.-device_desktop & {
pointer-events: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment