Bump prettier to v3 and format all files

This commit is contained in:
Felipe Santos
2024-06-10 00:29:50 -03:00
parent 2a637d92b9
commit fccb4c9afd
138 changed files with 6445 additions and 1678 deletions
+6 -3
View File
@@ -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;