mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
buttons: Redesign some old-style buttons with rounded class.
Fixes part of #35006.
This commit is contained in:
committed by
Tim Abbott
parent
9de1b47ffa
commit
3bd8c28fca
@@ -152,7 +152,7 @@
|
||||
{{/each}}
|
||||
<div class="input-group">
|
||||
<label class="settings-field-label channel-color-label">{{t "Channel color" }}</label>
|
||||
<button class="button small rounded stream-settings-color-selector choose_stream_color" data-stream-id="{{ sub.stream_id }}">
|
||||
<button class="action-button action-button-quiet-neutral stream-settings-color-selector choose_stream_color" data-stream-id="{{ sub.stream_id }}">
|
||||
<span class="stream-settings-color-preview" style="background: {{sub.color}};"></span>
|
||||
<span class="stream-settings-color-selector-label">{{t "Change color"}}</span>
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user