mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Merge pull request #3635 from thelounge/xpaw/webkit-tap
Set `-webkit-tap-highlight-color` to `transparent`
This commit is contained in:
commit
10932abb87
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
-webkit-tap-highlight-color: transparent; /* remove tap highlight on touch devices */
|
||||
}
|
||||
|
||||
*,
|
||||
|
|
Loading…
Reference in a new issue