mirror of https://github.com/zulip/zulip.git
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:
parent
45eefb1e53
commit
b5dd1bf009
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue