mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 05:57:54 +00:00
Revert "apply suggestions from code review"
This reverts commit 342f22e6a1f2ab85d0a45dd09681d7f17ac75544.
This commit is contained in:
parent
342f22e6a1
commit
f0b0200932
@ -27,10 +27,8 @@ class HaEntityHumidifier extends HaEntityToggle {
|
||||
`;
|
||||
}
|
||||
|
||||
static get styles(): CSSResult[] {
|
||||
return [
|
||||
super.styles,
|
||||
css`
|
||||
static get styles(): CSSResult {
|
||||
return css`
|
||||
:host {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@ -55,8 +53,9 @@ class HaEntityHumidifier extends HaEntityToggle {
|
||||
display: inline-block;
|
||||
direction: ltr;
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
||||
${super.styles}
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user