mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
Fix disabled styling zone panel (#5950)
This commit is contained in:
parent
11bd72915c
commit
612811e2c2
@ -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