mirror of https://github.com/zulip/zulip.git
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:
parent
467b36dc4a
commit
51e042e842
|
@ -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%);
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue