Created
April 15, 2020 10:01
-
-
Save 73nko/f1bf5a5719b38b6582305d2120b63f92 to your computer and use it in GitHub Desktop.
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
* { | |
/*prevents tabing highlight issue in mobile */ | |
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); | |
-moz-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