Tweak retain_definitely to work wide the newer thumbnails.

This commit is contained in:
Dermot Duffy
2022-03-20 20:06:20 -07:00
parent c4ec94573c
commit 0ae9afef4b
7 changed files with 41 additions and 27 deletions
+6
View File
@@ -38,6 +38,12 @@ ha-icon.control {
padding-bottom: $drawer-padding-extend;
}
:host([open]) ha-icon.control {
// When the drawer is open make the button to close it more prominent.
opacity: 1;
background-color: black;
}
:host([location='left']) ha-icon.control {
border-top-right-radius: $drawer-icon-size;
border-bottom-right-radius: $drawer-icon-size;