css: Use SCSS nesting in stats.scss for .buttons.

This commit is contained in:
majordwarf
2020-03-04 18:22:11 +05:30
committed by Tim Abbott
parent 1ebb7c1c89
commit f18f1e547c

View File

@@ -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 {