mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
organization_settings: Restyle remove button to make the UI consistent.
This commit is contained in:
committed by
Tim Abbott
parent
d0be7ec9f0
commit
5167ff640a
@@ -8,6 +8,13 @@
|
||||
<span class="rendered-checkbox"></span>
|
||||
</label>
|
||||
</td>
|
||||
<td><button class="button button-danger small rounded delete_realm_domain">{{t "Remove" }}</button></td>
|
||||
<td>
|
||||
{{> ../components/action_button
|
||||
label=(t "Remove")
|
||||
custom_classes="delete_realm_domain"
|
||||
attention="quiet"
|
||||
intent="danger"
|
||||
}}
|
||||
</td>
|
||||
</tr>
|
||||
{{/with}}
|
||||
|
Reference in New Issue
Block a user