Created
June 25, 2015 11:04
-
-
Save tillsanders/f12714015ab11f619442 to your computer and use it in GitHub Desktop.
Prevent tap highlighting on android, using sass mixin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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