Fix disabled styling zone panel (#5950)

This commit is contained in:
Bram Kragten 2020-05-20 19:31:45 +02:00 committed by GitHub
parent dcd6c6f06f
commit 28e0384b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;