mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +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);
|
grid-column: span var(--column-span);
|
||||||
}
|
}
|
||||||
|
|
||||||
.section:not(:has(> *:not([hidden]))) {
|
.section:has(hui-section[hidden]) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user