mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Fix disabled styling zone panel (#5950)
This commit is contained in:
parent
dcd6c6f06f
commit
28e0384b55
@ -489,6 +489,9 @@ export class HaConfigZone extends SubscribeMixin(LitElement) {
|
|||||||
mwc-icon-button:not([disabled]) {
|
mwc-icon-button:not([disabled]) {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
|
mwc-icon-button {
|
||||||
|
--mdc-theme-text-disabled-on-light: var(--disabled-text-color);
|
||||||
|
}
|
||||||
.empty {
|
.empty {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user