Skip to content

Instantly share code, notes, and snippets.

@remitbri
Created September 8, 2014 16:32
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 remitbri/d1461bb85df901ee9fa3 to your computer and use it in GitHub Desktop.
Save remitbri/d1461bb85df901ee9fa3 to your computer and use it in GitHub Desktop.
Disables / overrides the highlight color shown when the user taps a link or a JavaScript clickable element in Safari on iPhone.
selector,
selector:hover,
selector:active,
selector:focus{
-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