From 7cbf3fdb8a5190d2bce076bed13eccaaa960377d Mon Sep 17 00:00:00 2001 From: Akalanka Date: Tue, 12 Sep 2023 12:52:27 +0530 Subject: [PATCH] Fix: mobile button highlight on long press Fixes #75 --- src/styles/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/index.css b/src/styles/index.css index 28b01b4..c26afc9 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -66,3 +66,11 @@ svg, svg *:focus { outline: none !important; } + +input, +textarea, +button, +select, +a { + -webkit-tap-highlight-color: transparent; +}