mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Add css variables to toggle buttons colors (#966)
This commit is contained in:
parent
9dc33de49f
commit
addad74019
@ -9,11 +9,11 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
paper-icon-button {
|
||||
color: var(--primary-text-color);
|
||||
color: var(--paper-icon-button-inactive-color, var(--primary-text-color));
|
||||
transition: color .5s;
|
||||
}
|
||||
paper-icon-button[state-active] {
|
||||
color: var(--primary-color);
|
||||
color: var(--paper-icon-button-active-color, var(--primary-color));
|
||||
}
|
||||
paper-toggle-button {
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user