1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Fix plain button in legacy browsers (#26426)

This commit is contained in:
Wendelin
2025-08-07 09:50:05 +02:00
committed by GitHub
parent e8224df4e5
commit 52c05a4426

View File

@@ -154,6 +154,7 @@ export class HaButton extends Button {
:host([appearance~="plain"]) .button {
color: var(--wa-color-on-normal);
background-color: transparent;
}
:host([appearance~="plain"]) .button.disabled {
background-color: transparent;