From 55398aecef873d01c4b335d2796d5943c9fcb734 Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Tue, 11 Nov 2025 19:15:14 +0800 Subject: [PATCH] :lipstick: Change the mobile tap highlight color to gray in the reset styles --- app/src/assets/scss/util/_reset.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/assets/scss/util/_reset.scss b/app/src/assets/scss/util/_reset.scss index 89d85ad1e..6981e881a 100644 --- a/app/src/assets/scss/util/_reset.scss +++ b/app/src/assets/scss/util/_reset.scss @@ -17,6 +17,7 @@ body { background-color: var(--b3-theme-background); -webkit-font-smoothing: antialiased; -webkit-overflow-scrolling: touch; + -webkit-tap-highlight-color: var(--b3-list-hover); height: 100%; box-sizing: border-box; max-height: 100%;