dropdown_lists: Provide uniform .dropdown-list-item-name structure.

This commit is contained in:
Karl Stolley
2025-08-12 14:21:54 -04:00
committed by Tim Abbott
parent 3cb8247d76
commit dc87f418f3

View File

@@ -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}}