Merge pull request #3635 from thelounge/xpaw/webkit-tap

Set `-webkit-tap-highlight-color` to `transparent`
This commit is contained in:
Pavel Djundik 2019-12-26 19:30:52 +02:00 committed by GitHub
commit 10932abb87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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