settings: hide groups if all children are hidden

only really affects the "Email" group when messages|enabled is false.
This commit is contained in:
Harvey Tindall
2025-11-27 16:36:26 +00:00
parent 85eea23d98
commit 96ec12f2bd
4 changed files with 200 additions and 91 deletions

View File

@@ -221,15 +221,8 @@ sup.\~critical, .text-critical {
padding-bottom: 0.1rem;
}
.settings-section-button {
width: 100%;
height: 2.5rem;
}
.settings-section-button:hover, .settings-section-button:focus {
box-sizing: border-box;
width: 100%;
height: 2.5rem;
background-color: var(--color-neutral-normal-fill);
filter: brightness(var(--settings-section-button-filter)) !important;
}