From ccaa56b78f72c1663a3f0394de5a1e789f5965a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 10 Feb 2026 18:44:31 +0400 Subject: [PATCH] Remove remaining default tap highlights on mobiles --- app/styles/app.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/styles/app.css b/app/styles/app.css index e88c567..fd42e3a 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -5,6 +5,11 @@ body { height: 100%; overscroll-behavior: none; /* Prevent pull-to-refresh on mobile */ -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: transparent; +} + +button { + -webkit-tap-highlight-color: transparent; } body {