mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Fix Lovelace view edit mode "Done" button styling (#11449)
This commit is contained in:
parent
f59c30ac04
commit
e0c8efc5e6
@ -130,6 +130,7 @@ class HUIRoot extends LitElement {
|
|||||||
></ha-icon-button>
|
></ha-icon-button>
|
||||||
</div>
|
</div>
|
||||||
<mwc-button
|
<mwc-button
|
||||||
|
outlined
|
||||||
class="exit-edit-mode"
|
class="exit-edit-mode"
|
||||||
.label=${this.hass!.localize(
|
.label=${this.hass!.localize(
|
||||||
"ui.panel.lovelace.menu.exit_edit_mode"
|
"ui.panel.lovelace.menu.exit_edit_mode"
|
||||||
@ -938,7 +939,8 @@ class HUIRoot extends LitElement {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
.exit-edit-mode {
|
.exit-edit-mode {
|
||||||
--mdc-theme-primary: var(--primary-text-color);
|
--mdc-theme-primary: var(--app-header-edit-text-color, #fff);
|
||||||
|
--mdc-button-outline-color: var(--app-header-edit-text-color, #fff);
|
||||||
--mdc-typography-button-font-size: 14px;
|
--mdc-typography-button-font-size: 14px;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user