app_variables: Rename btn -> button in custom properties.

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:28:34 +05:30 committed by Tim Abbott
parent 467b36dc4a
commit 51e042e842
2 changed files with 6 additions and 6 deletions

View File

@ -970,8 +970,8 @@
hsl(0deg 0% 0% / 5%) 100%
),
hsl(0deg 0% 100%);
--color-background-btn-inbox-selected: hsl(0deg 0% 0% / 5%);
--color-background-btn-inbox-focus: hsl(0deg 0% 80%);
--color-background-button-inbox-selected: hsl(0deg 0% 0% / 5%);
--color-background-button-inbox-focus: hsl(0deg 0% 80%);
--color-icons-inbox: hsl(0deg 0% 0%);
--color-background-icon-close-hover: hsl(0deg 0% 0% / 5%);
@ -1517,8 +1517,8 @@
hsl(0deg 0% 100% / 5%) 100%
),
hsl(0deg 0% 14.12%);
--color-background-btn-inbox-selected: hsl(0deg 0% 100% / 5%);
--color-background-btn-inbox-focus: hsl(0deg 0% 20%);
--color-background-button-inbox-selected: hsl(0deg 0% 100% / 5%);
--color-background-button-inbox-focus: hsl(0deg 0% 20%);
--color-icons-inbox: hsl(0deg 0% 100%);
--color-background-icon-close-hover: hsl(0deg 0% 100% / 5%);

View File

@ -47,13 +47,13 @@
margin-left: 10px;
&:focus {
background-color: var(--color-background-btn-inbox-focus);
background-color: var(--color-background-button-inbox-focus);
outline: 0;
}
}
.btn-inbox-selected {
background-color: var(--color-background-btn-inbox-selected);
background-color: var(--color-background-button-inbox-selected);
}
#inbox-filters {