mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	dropdown_lists: Provide uniform .dropdown-list-item-name structure.
This commit is contained in:
		@@ -44,6 +44,7 @@
 | 
				
			|||||||
                {{!-- This is the option for PresetUrlOption.MAPPING --}}
 | 
					                {{!-- This is the option for PresetUrlOption.MAPPING --}}
 | 
				
			||||||
                <i class="zulip-icon zulip-icon-equal channel-privacy-type-icon" aria-hidden="true"></i> <span class="dropdown-list-text-selected">{{name}}</span>
 | 
					                <i class="zulip-icon zulip-icon-equal channel-privacy-type-icon" aria-hidden="true"></i> <span class="dropdown-list-text-selected">{{name}}</span>
 | 
				
			||||||
            {{else}}
 | 
					            {{else}}
 | 
				
			||||||
 | 
					                <span class="dropdown-list-item-name">
 | 
				
			||||||
                    {{#if bold_current_selection}}
 | 
					                    {{#if bold_current_selection}}
 | 
				
			||||||
                        <span class="dropdown-list-text-selected">{{name}}</span>
 | 
					                        <span class="dropdown-list-text-selected">{{name}}</span>
 | 
				
			||||||
                    {{else}}
 | 
					                    {{else}}
 | 
				
			||||||
@@ -59,6 +60,7 @@
 | 
				
			|||||||
                        {{/if}}
 | 
					                        {{/if}}
 | 
				
			||||||
                    </span>
 | 
					                    </span>
 | 
				
			||||||
                    {{/if}}
 | 
					                    {{/if}}
 | 
				
			||||||
 | 
					                </span>
 | 
				
			||||||
            {{/if}}
 | 
					            {{/if}}
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
        {{/if}}
 | 
					        {{/if}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user