forked from home-assistant/core
Frontend: color switch icons yellow if on
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user