From b18cb15f7df0ee604873aa32af4181aa8718aa2e Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 26 Dec 2019 13:01:37 +0200 Subject: [PATCH] Set `-webkit-tap-highlight-color` to `transparent` --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index 8befb893..fa5c259e 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -49,6 +49,7 @@ html { box-sizing: border-box; + -webkit-tap-highlight-color: transparent; /* remove tap highlight on touch devices */ } *,