From 333e075d7b4d92a3a9a4e2c3be08b165294b8af5 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Tue, 13 Dec 2022 15:38:25 +0100 Subject: [PATCH] Get rid of Chrome's blue touch tap highlight When tapping our buttons using a touch screen in Chrome, we get an ugly blue overlay. Let's remove this since we have our own :active styles. --- app/styles/input.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/styles/input.css b/app/styles/input.css index b6ffd6d1..6d39bd7c 100644 --- a/app/styles/input.css +++ b/app/styles/input.css @@ -42,6 +42,9 @@ select { padding-left: 20px; padding-right: 20px; + + /* Disable Chrome's touch tap highlight */ + -webkit-tap-highlight-color: transparent; } /*