stream settings: Remove Bootstrap collapse class.

This class was leftover from a very old version of this design, and
had the side effect of settings `overflow: hidden` on the panel.

This, in turn, resulted in the focus outlines for clicking on
checkboxes looking broken.
This commit is contained in:
Tim Abbott
2022-03-10 15:49:18 -08:00
parent 89afe55076
commit 6b6a1d53f7

View File

@@ -72,7 +72,7 @@
</div>
</div>
<div id="personal-stream-settings" class="personal_settings stream_section collapse {{#sub.subscribed}}in{{/sub.subscribed}}">
<div id="personal-stream-settings" class="personal_settings stream_section">
<div class="subsection-header">
<h3 class="stream_setting_subsection_title inline-block">{{t "Personal settings" }}</h3>
<div id="stream_change_property_status{{sub.stream_id}}" class="stream_change_property_status alert-notification"></div>