diff --git a/web/styles/app_components.css b/web/styles/app_components.css index beb4027139..dec6421a13 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -1156,9 +1156,15 @@ div.overlay .flex.overlay-content > .overlay-container, .setting-disabled-option { color: hsl(38deg 46% 54%); + .setting-disabled-option-text, .setting-disabled-option-icon { + color: hsl(38deg 46% 54%); + } + + .setting-disabled-option-icon { + align-self: center; /* Values set to match text alignment in stream dropdown. */ - padding: 0 5px 0 1px; + padding: 0 5px 0 2px; } } diff --git a/web/templates/dropdown_list.hbs b/web/templates/dropdown_list.hbs index c29946e3ff..f918051814 100644 --- a/web/templates/dropdown_list.hbs +++ b/web/templates/dropdown_list.hbs @@ -24,22 +24,20 @@ {{else}} - + {{#if stream}} {{> inline_decorated_channel_name stream=stream show_colored_icon=true}} {{else if is_direct_message}} {{name}} {{else if is_setting_disabled}} - - {{#if show_disabled_icon}} - - {{/if}} - {{#if show_disabled_option_name}} - {{name}} - {{else}} - {{t "Disable" }} - {{/if}} - + {{#if show_disabled_icon}} + + {{/if}} + {{#if show_disabled_option_name}} + {{name}} + {{else}} + {{t "Disable" }} + {{/if}} {{else if (eq unique_id -2)}} {{!-- This is the option for PresetUrlOption.MAPPING --}} {{name}}