1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Set tap highlight color to transparent for button (#30340)

This commit is contained in:
Timothy
2026-03-26 09:55:27 +01:00
committed by Bram Kragten
parent be1921229c
commit 1a62c7296c

View File

@@ -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;