mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
stream creation: Change the color of remove button in subscribers tab.
This button was red, which is appropriate when modifying an existing stream, since that's a potentially disruptive action, but not appropriate in the context of previewing subscribers for a new stream being created. Fixes: #21863.
This commit is contained in:
parent
aabbb2ad10
commit
41e7d52c65
@ -9,6 +9,6 @@
|
||||
{{/if}}
|
||||
<td>{{user_id}} </td>
|
||||
<td>
|
||||
<button {{#if disabled}} disabled="disabled"{{/if}} data-user-id="{{user_id}}" class="remove_potential_subscriber button small rounded btn-danger">{{t 'Remove' }}</button>
|
||||
<button {{#if disabled}} disabled="disabled"{{/if}} data-user-id="{{user_id}}" class="remove_potential_subscriber button small rounded white">{{t 'Remove' }}</button>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user