Skip to content

Instantly share code, notes, and snippets.

@stephanie-walter
Created April 18, 2013 10:30
Show Gist options
  • Save stephanie-walter/5411744 to your computer and use it in GitHub Desktop.
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)
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