Skip to content

Instantly share code, notes, and snippets.

@tillsanders
Created June 25, 2015 11:04
Show Gist options
  • Save tillsanders/f12714015ab11f619442 to your computer and use it in GitHub Desktop.
Save tillsanders/f12714015ab11f619442 to your computer and use it in GitHub Desktop.
Prevent tap highlighting on android, using sass mixin
@mixin no-tap-highlighting() {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment