mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
bookend: Remove .sea-green class for Unsubscribe state.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<span>{{bookend_content}}</span>
|
||||
{{#if trailing}}
|
||||
<div class="sub_button_row new-style">
|
||||
<button class="button white sea-green rounded stream_sub_unsub_button {{#unless subscribed}}unsubscribed{{/unless}}" type="button" name="subscription">
|
||||
<button class="button white rounded stream_sub_unsub_button {{#unless subscribed}}sea-green{{/unless}}" type="button" name="subscription">
|
||||
{{#if subscribed}}
|
||||
{{t 'Unsubscribe' }}
|
||||
{{else}}
|
||||
|
||||
Reference in New Issue
Block a user