Frontend bugfix: hide color picker when light is off
parent
4d81953562
commit
820fd55249
|
@ -1,2 +1,2 @@
|
|||
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
||||
VERSION = "cae518aa6f1112fca0e0b9cf3adfea62"
|
||||
VERSION = "b22e174ff27ead5c80f7d0efc055fbd9"
|
||||
|
|
|
@ -24206,7 +24206,7 @@ paper-ripple {
|
|||
transition: max-height .5s ease-in;
|
||||
}
|
||||
|
||||
color-picker {
|
||||
ha-color-picker {
|
||||
display: block;
|
||||
width: 350px;
|
||||
margin: 0 auto;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
transition: max-height .5s ease-in;
|
||||
}
|
||||
|
||||
color-picker {
|
||||
ha-color-picker {
|
||||
display: block;
|
||||
width: 350px;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Reference in New Issue