Skip to content

Instantly share code, notes, and snippets.

@konrad-gibaszewski
Last active October 5, 2015 08:38
Show Gist options
  • Save konrad-gibaszewski/2780381 to your computer and use it in GitHub Desktop.
Save konrad-gibaszewski/2780381 to your computer and use it in GitHub Desktop.
CSS Safari and iOS specific properties
/* -webkit-tap-highlight-color: <color>; */
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* iOS 1.1.1+ */
/* http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safaricssref/articles/standardcssproperties.html */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment