From 79d6fd02b883ba0354651fb688accc30e13c4b8c Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 22 Dec 2022 19:44:22 +0800 Subject: [PATCH] The tap highlight color can get very distracting --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index 5612910a..801822cb 100644 --- a/src/app.css +++ b/src/app.css @@ -317,6 +317,7 @@ a.mention span { text-decoration-line: none; color: inherit; transition: background-color 0.2s ease-out; + -webkit-tap-highlight-color: transparent; } .status-link:hover { background-color: var(--link-bg-hover-color);