Last active
June 13, 2017 16:18
-
-
Save ingozoell/ae7d417c97af23b24a57080ffc19ca63 to your computer and use it in GitHub Desktop.
html Remove Style iOS Tel
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
html a[href^="tel"] { | |
text-decoration: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment