bootstrap: Rename btn-* -> button-* classes.

This commit is a part of the efforts to rename btn-related classes
and variables to align with Zulip's no-abbreviations policy and
streamline the search results.
This commit is contained in:
Sayam Samal
2024-11-14 16:34:50 +05:30
committed by Tim Abbott
parent 045efadab9
commit 543a6c51dc
29 changed files with 42 additions and 42 deletions

View File

@@ -11,7 +11,7 @@
</td>
{{#if ../can_modify}}
<td class="no-select actions">
<button class="button small delete btn-danger tippy-zulip-tooltip" data-playground-id="{{id}}" data-tippy-content="{{t 'Delete' }} {{ playground_name }}" aria-label="{{t 'Delete' }} {{ playground_name }}">
<button class="button small delete button-danger tippy-zulip-tooltip" data-playground-id="{{id}}" data-tippy-content="{{t 'Delete' }} {{ playground_name }}" aria-label="{{t 'Delete' }} {{ playground_name }}">
<i class="fa fa-trash-o"></i>
</button>
</td>