Skip to content

Instantly share code, notes, and snippets.

@libo1106
Created September 12, 2013 01:50
Show Gist options
  • Save libo1106/6532287 to your computer and use it in GitHub Desktop.
Save libo1106/6532287 to your computer and use it in GitHub Desktop.
webkit-tap-highlight-color
/* lets try a lighter blue... */
html {
-webkit-tap-highlight-color: rgba(201, 224, 253, 0.8);
}
/* for some buttons or links, simply hide the selection color all together */
.no-highlight {
-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