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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;