feat: Implement basic general folder support (#2051)

- Related: #1748
This commit is contained in:
Dermot Duffy
2025-05-21 19:59:21 -07:00
committed by GitHub
parent 2eb0d9e35e
commit c6a4c8aea2
350 changed files with 12837 additions and 4509 deletions
+6 -2
View File
@@ -63,10 +63,10 @@ div.upgrade span {
// Only allow clicks on the header.
pointer-events: none;
}
.submenu-header .new-camera {
.submenu-header .new {
font-style: italic;
}
.submenu:not(.selected) > .submenu-header .new-camera {
.submenu:not(.selected) > .submenu-header .new {
color: var(--secondary-text-color, 'black');
}
@@ -110,3 +110,7 @@ ha-selector {
padding: 10px;
border: 1px solid var(--divider-color);
}
advanced-camera-card-message::part(icon) {
color: var(--primary-color);
}