mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +00:00
Apply existing theme variables to unthemed items (#7844)
This commit is contained in:
parent
4c4db46aa8
commit
7ceb6eb50d
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user