mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Hide section title when the section is hidden (#21862)
This commit is contained in:
parent
fa8b3f006d
commit
020904f8f6
@ -334,7 +334,7 @@ export class SectionsView extends LitElement implements LovelaceViewElement {
|
||||
grid-column: span var(--column-span);
|
||||
}
|
||||
|
||||
.section:not(:has(> *:not([hidden]))) {
|
||||
.section:has(hui-section[hidden]) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user