mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
This commit introduces a class
`decorated-stream-name-dropdown-widget`. The class extracts
the styles applied to channel dropdowns in commit:
9ae704510f
org_settings: Correctly display long channel names,
so they can be reused at other instances.
5 lines
403 B
Handlebars
5 lines
403 B
Handlebars
<button id="{{widget_name}}_widget" class="dropdown-widget-button {{#if custom_classes}}{{custom_classes}}{{/if}}" type="button" {{#if is_setting_disabled}}disabled{{/if}} {{#if disable_keyboard_focus}}tabindex="-1"{{/if}} name="{{widget_name}}">
|
|
<span class="dropdown_widget_value">{{#if default_text}}{{default_text}}{{/if}}</span>
|
|
<i class="zulip-icon zulip-icon-chevron-down"></i>
|
|
</button>
|