From f18f1e547c4ae56d77cc42d0cb330142c55b30b4 Mon Sep 17 00:00:00 2001 From: majordwarf Date: Wed, 4 Mar 2020 18:22:11 +0530 Subject: [PATCH] css: Use SCSS nesting in stats.scss for `.buttons`. --- static/styles/portico/stats.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/styles/portico/stats.scss b/static/styles/portico/stats.scss index d8e2ae94a4..2cf45fb25f 100644 --- a/static/styles/portico/stats.scss +++ b/static/styles/portico/stats.scss @@ -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 {