From d67c8aa80e73518368f7d3baa8323ae2c9ead7a9 Mon Sep 17 00:00:00 2001 From: Jakob Gregory Date: Tue, 4 Aug 2026 12:00:00 +0200 Subject: [PATCH] Temporarily disable the default tap highlight This is a temporary change until a custom tap highlight effect is implemented. --- src/styles/common.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/common.css b/src/styles/common.css index 6625fbd..8083675 100644 --- a/src/styles/common.css +++ b/src/styles/common.css @@ -85,4 +85,9 @@ input { .button:hover { background-color: var(--light-hover); +} + +/* Temporary until a custom tap highlight is implemented. */ +* { + -webkit-tap-highlight-color: transparent; } \ No newline at end of file