mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
settings_user_list_row: Remove redundant classes.
This commit Removes `deactivate-user-button` and `reactivate-user-button` classes. These classes were originally introduced in commits50582b72b6
andc0b3fb1bbe
for the sole purpose of styling. The associated styles were later removed in1c89c3e647
but the classes themselves were mistakenly left behind. Removing them has no effect in the functionality of the buttons and there is no evidence of any bugs or regression caused by their removal.
This commit is contained in:
committed by
Tim Abbott
parent
7895873dc1
commit
6649efea70
@@ -58,7 +58,7 @@
|
||||
{{> ../components/icon_button
|
||||
icon="user-x"
|
||||
intent="danger"
|
||||
custom_classes="deactivate deactivate-user-button"
|
||||
custom_classes="deactivate"
|
||||
disabled=cannot_deactivate
|
||||
}}
|
||||
</span>
|
||||
@@ -67,7 +67,7 @@
|
||||
{{> ../components/icon_button
|
||||
icon="user-plus"
|
||||
intent="success"
|
||||
custom_classes="reactivate reactivate-user-button"
|
||||
custom_classes="reactivate"
|
||||
}}
|
||||
</span>
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user