Bump prettier to v3 and format all files
This commit is contained in:
@@ -27,10 +27,12 @@ div.control-surround {
|
||||
}
|
||||
right: 100%;
|
||||
}
|
||||
:host([empty]), :host([empty]) > * {
|
||||
:host([empty]),
|
||||
:host([empty]) > * {
|
||||
visibility: hidden;
|
||||
}
|
||||
:host(:not([empty])), :host(:not([empty])) > * {
|
||||
:host(:not([empty])),
|
||||
:host(:not([empty])) > * {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
@@ -47,7 +49,8 @@ ha-icon.control {
|
||||
transition: opacity 0.5s ease;
|
||||
}
|
||||
|
||||
:host([open]) ha-icon.control, ha-icon.control:hover {
|
||||
:host([open]) ha-icon.control,
|
||||
ha-icon.control:hover {
|
||||
// When the drawer is open or hovered make the button to close it more
|
||||
// prominent.
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user