mirror of https://github.com/zulip/zulip.git
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:
parent
aa667f8df1
commit
97bd0e6f3f
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue