mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-07 16:37:48 +00:00
Fix plain button in legacy browsers (#26426)
This commit is contained in:
parent
e8224df4e5
commit
52c05a4426
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user