Skip to content

Instantly share code, notes, and snippets.

@ricardozea
Created February 4, 2017 15:32
Show Gist options
  • Save ricardozea/40a65be6985209146a014d3370832e49 to your computer and use it in GitHub Desktop.
Save ricardozea/40a65be6985209146a014d3370832e49 to your computer and use it in GitHub Desktop.
Remove Gray Highlight When Tapping Links in Mobile Safari.
.selector { -webkit-tap-highlight-color: rgba(0,0,0,0); }
/*https://css-tricks.com/snippets/css/remove-gray-highlight-when-tapping-links-in-mobile-safari/*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment