1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 08:33:31 +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 GitHub
parent 97d49f06b1
commit 08bc23e2e7

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;