mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 07:46:37 +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]) {
|
||||
color: var(--secondary-text-color);
|
||||
}
|
||||
mwc-icon-button {
|
||||
--mdc-theme-text-disabled-on-light: var(--disabled-text-color);
|
||||
}
|
||||
.empty {
|
||||
text-align: center;
|
||||
padding: 8px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user