mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-08 08:57:47 +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 {
|
:host([appearance~="plain"]) .button {
|
||||||
color: var(--wa-color-on-normal);
|
color: var(--wa-color-on-normal);
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
:host([appearance~="plain"]) .button.disabled {
|
:host([appearance~="plain"]) .button.disabled {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user