mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +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 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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user