inbox: Rename btn -> button for CSS 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-13 19:46:15 +05:30 committed by Tim Abbott
parent 45eefb1e53
commit b5dd1bf009
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
z-index: 1;
}
.btn-inbox-filter {
.button-inbox-filter {
border: none;
height: 30px;
border-radius: 5px;
@ -52,7 +52,7 @@
}
}
.btn-inbox-selected {
.button-inbox-selected {
background-color: var(--color-background-button-inbox-selected);
}