Apply existing theme variables to unthemed items (#7844)

This commit is contained in:
Marc Randolph 2020-11-29 09:13:55 -06:00 committed by GitHub
parent 4c4db46aa8
commit 7ceb6eb50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ export class HuiNotificationItemTemplate extends LitElement {
}
.actions {
border-top: 1px solid #e8e8e8;
border-top: 1px solid var(--divider-color, #e8e8e8);
padding: 5px 16px;
}

View File

@ -109,7 +109,7 @@ class PanelDeveloperTools extends LitElement {
ha-tabs {
margin-left: max(env(safe-area-inset-left), 24px);
margin-right: max(env(safe-area-inset-right), 24px);
--paper-tabs-selection-bar-color: #fff;
--paper-tabs-selection-bar-color: var(--text-primary-color, #fff);
text-transform: uppercase;
}
`,