mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-18 07:56:44 +01:00
Set tap highlight color to transparent for button (#30340)
This commit is contained in:
@@ -57,6 +57,7 @@ export class HaButton extends Button {
|
|||||||
.button {
|
.button {
|
||||||
font-size: var(--ha-font-size-m);
|
font-size: var(--ha-font-size-m);
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
|
||||||
transition: background-color var(--ha-animation-duration-fast)
|
transition: background-color var(--ha-animation-duration-fast)
|
||||||
ease-out;
|
ease-out;
|
||||||
|
|||||||
Reference in New Issue
Block a user