Set -webkit-tap-highlight-color to transparent

This commit is contained in:
Pavel Djundik 2019-12-26 13:01:37 +02:00 committed by GitHub
parent 55e5c69958
commit b18cb15f7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@
html {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent; /* remove tap highlight on touch devices */
}
*,