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;