mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
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:
@@ -72,7 +72,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</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">
|
<div class="subsection-header">
|
||||||
<h3 class="stream_setting_subsection_title inline-block">{{t "Personal settings" }}</h3>
|
<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>
|
<div id="stream_change_property_status{{sub.stream_id}}" class="stream_change_property_status alert-notification"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user