mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Frontend bugfix: hide color picker when light is off
This commit is contained in:
parent
4d81953562
commit
820fd55249
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user