Improve folder permissions on invite team member page:

- Default folder permissions to unchecked instead of all selected
- Add Select all/Deselect all toggle button that appears when expanded
This commit is contained in:
Beverly Nguyen
2025-06-23 15:05:36 -07:00
parent 6aa866e113
commit 9414929b8a
3 changed files with 67 additions and 4 deletions

View File

@@ -1077,3 +1077,15 @@ nav.nav {
.usa-site-alert .usa-alert .usa-alert__body {
max-width: 75rem;
}
.usa-form-group--nested {
margin-top: 0;
}
.selection-content > ul > li.usa-checkbox {
margin-top: 1rem;
}
.selection-content .usa-form-group--nested li.usa-checkbox {
margin-top: 0;
}