forked from home-assistant/core
Frontend bugfix: hide color picker when light is off
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
""" 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;
|
transition: max-height .5s ease-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
color-picker {
|
ha-color-picker {
|
||||||
display: block;
|
display: block;
|
||||||
width: 350px;
|
width: 350px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
transition: max-height .5s ease-in;
|
transition: max-height .5s ease-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
color-picker {
|
ha-color-picker {
|
||||||
display: block;
|
display: block;
|
||||||
width: 350px;
|
width: 350px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
Reference in New Issue
Block a user