mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
css: Use SCSS nesting in stats.scss for .buttons.
This commit is contained in:
@@ -98,10 +98,10 @@ p {
|
|||||||
|
|
||||||
.buttons button {
|
.buttons button {
|
||||||
background-color: hsl(0, 0%, 94%);
|
background-color: hsl(0, 0%, 94%);
|
||||||
}
|
|
||||||
|
|
||||||
.buttons button.selected {
|
&.selected {
|
||||||
background-color: hsl(0, 0%, 85%);
|
background-color: hsl(0, 0%, 85%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-active-users {
|
.button-active-users {
|
||||||
|
|||||||
Reference in New Issue
Block a user