mirror of
https://github.com/home-assistant/frontend.git
synced 2025-06-28 21:16:34 +00:00
Fix unavailable state icon (#1118)
This commit is contained in:
parent
02cf337f1a
commit
db2f588e86
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
/* Color the icon if unavailable */
|
/* Color the icon if unavailable */
|
||||||
ha-state-icon[data-state=unavailable] {
|
ha-state-icon[data-state=unavailable] {
|
||||||
color: var(--state-icon-unavailable);
|
color: var(--state-icon-unavailable-color);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user