user_groups: Fix incorrect nesting for .pill-container.

5980f4a502 moved the
`group_setting_disabled` class from pill container to its parent input
group without changing the nesting for the other css properties
properly. This commit fixes that.
This commit is contained in:
Shubham Padia 2024-10-21 04:10:06 +00:00 committed by Tim Abbott
parent aa667f8df1
commit 97bd0e6f3f
1 changed files with 8 additions and 6 deletions

View File

@ -706,13 +706,15 @@ h4.user_group_setting_subsection_title {
cursor: not-allowed;
}
.input {
pointer-events: none;
}
.pill-container {
.pill {
.exit {
display: none;
}
}
.pill {
.exit {
display: none;
.input {
pointer-events: none;
}
}
}