Fix disabled styling zone panel (#5950)

This commit is contained in:
Bram Kragten 2020-05-20 19:31:45 +02:00
parent 11bd72915c
commit 612811e2c2

View File

@ -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;