From 08bc23e2e7c6bf8e264c1dbe00d07d22ff561ae0 Mon Sep 17 00:00:00 2001 From: Timothy <6560631+TimoPtr@users.noreply.github.com> Date: Thu, 26 Mar 2026 09:55:27 +0100 Subject: [PATCH] Set tap highlight color to transparent for button (#30340) --- src/components/ha-button.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ha-button.ts b/src/components/ha-button.ts index 522ef501d6..642b0b194a 100644 --- a/src/components/ha-button.ts +++ b/src/components/ha-button.ts @@ -57,6 +57,7 @@ export class HaButton extends Button { .button { font-size: var(--ha-font-size-m); line-height: 1; + -webkit-tap-highlight-color: transparent; transition: background-color var(--ha-animation-duration-fast) ease-out;