From 6eb0abbeee8a41400db37685dde6fd7a54c61bee Mon Sep 17 00:00:00 2001 From: Giovanni Date: Sat, 23 Sep 2023 13:07:18 +0200 Subject: [PATCH] Disable blue highlight of elements --- src/style/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/main.css b/src/style/main.css index fa2d011..f706591 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -17,6 +17,7 @@ body { -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; + -webkit-tap-highlight-color: transparent; } body .shadow-element {