mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Frontend: color switch icons yellow if on
This commit is contained in:
parent
970014588a
commit
47adae7917
@ -1,2 +1,2 @@
|
||||
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
||||
VERSION = "1b079af6522e827e395c4fbf0282222f"
|
||||
VERSION = "0492fc0ecdb4c78626038490eb76b3e1"
|
||||
|
File diff suppressed because one or more lines are too long
@ -31,6 +31,7 @@
|
||||
|
||||
/* Color the icon if light or sun is on */
|
||||
domain-icon[data-domain=light][data-state=on],
|
||||
domain-icon[data-domain=switch][data-state=on],
|
||||
domain-icon[data-domain=sun][data-state=above_horizon] {
|
||||
color: #fff176;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user