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