Skip to content

Instantly share code, notes, and snippets.

@Usse
Created June 27, 2013 13:20
Show Gist options
  • Save Usse/5876331 to your computer and use it in GitHub Desktop.
Save Usse/5876331 to your computer and use it in GitHub Desktop.
Overrides the highlight color shown when the user taps a link or a JavaScript clickable element in Safari on iPhone.
div {
-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