Created
April 18, 2013 10:30
-
-
Save stephanie-walter/5411744 to your computer and use it in GitHub Desktop.
Remove webkit tab highliht color for Android and iOS (when user tabs on a link on mobile)
This file contains 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 { | |
-webkit-tap-highlight-color:rgba(0,0,0,0); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment