mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +00:00
dark mode fixes (#11595)
This commit is contained in:
parent
e9ec2da917
commit
2d33327d88
@ -19,7 +19,7 @@ registerStyles(
|
||||
padding: 0;
|
||||
}
|
||||
:host([focused]:not([disabled])) {
|
||||
background-color: rgba(0, 0, 0, 0.12);
|
||||
background-color: rgba(var(--rgb-primary-text-color, 0, 0, 0), 0.12);
|
||||
}
|
||||
:host([selected]:not([disabled])) {
|
||||
background-color: transparent;
|
||||
|
@ -174,6 +174,7 @@ export class HaIconPicker extends LitElement {
|
||||
return css`
|
||||
ha-icon,
|
||||
ha-svg-icon {
|
||||
color: var(--primary-text-color);
|
||||
position: relative;
|
||||
bottom: 2px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user