Sun will now also color yellow when above horizon

This commit is contained in:
Paulus Schoutsen 2014-10-31 00:23:06 -07:00
parent ece0902ab2
commit 86dc0a973c
3 changed files with 5 additions and 3 deletions

View File

@ -1,2 +1,2 @@
""" DO NOT MODIFY. Auto-generated by build_polymer script """
VERSION = "6ce8abfbeaacbe30baeffc8875c023e5"
VERSION = "5ae474d6905e074fa2a6aa0cfa2941be"

View File

@ -10239,7 +10239,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
background-color: #039be5;
}
state-badge[data-state=on][data-domain=light] {
state-badge[data-domain=light][data-state=on],
state-badge[data-domain=sun][data-state=above_horizon] {
color: #fff176;
}

View File

@ -34,7 +34,8 @@
background-color: #039be5;
}
state-badge[data-state=on][data-domain=light] {
state-badge[data-domain=light][data-state=on],
state-badge[data-domain=sun][data-state=above_horizon] {
color: #fff176;
}