mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
css: Add class decorated-stream-name-dropdown-widget.
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.
This commit is contained in:
committed by
Tim Abbott
parent
6e38b56405
commit
1471e9b828
@@ -1,4 +1,4 @@
|
||||
<button id="{{widget_name}}_widget" class="dropdown-widget-button" type="button" {{#if is_setting_disabled}}disabled{{/if}} {{#if disable_keyboard_focus}}tabindex="-1"{{/if}} name="{{widget_name}}">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user