DEV: remove `:has` selector from chat settings (#25248)
This commit is contained in:
parent
7639591552
commit
92708f2ff5
|
@ -578,7 +578,7 @@ export default class ChatRouteChannelInfoSettings extends Component {
|
|||
</form.section>
|
||||
{{/if}}
|
||||
|
||||
<form.section as |section|>
|
||||
<form.section class="--leave-channel" as |section|>
|
||||
<section.row>
|
||||
<:action>
|
||||
<ToggleChannelMembershipButton
|
||||
|
|
|
@ -19,7 +19,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
.chat-form__section-content:has(.c-channel-settings__leave-info) {
|
||||
gap: 0.25rem;
|
||||
.chat-form__section.--leave-channel {
|
||||
.chat-form__section-content {
|
||||
gap: 0.25rem 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue