From 85e151cc3846f73abdb97a17b97cad2185c421fc Mon Sep 17 00:00:00 2001 From: shubhamgupta2956 Date: Fri, 20 Mar 2020 07:00:11 +0530 Subject: [PATCH] css: Use SCSS nesting for '.show-all-streams'. --- static/styles/left-sidebar.scss | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/static/styles/left-sidebar.scss b/static/styles/left-sidebar.scss index c6391f319e..b442b34620 100644 --- a/static/styles/left-sidebar.scss +++ b/static/styles/left-sidebar.scss @@ -454,12 +454,14 @@ li.expanded_private_message a { margin: 1px 0px; } -.show-all-streams a { - color: hsl(0, 0%, 20%); -} +.show-all-streams { + a { + color: hsl(0, 0%, 20%); + } -.show-all-streams .fa-chevron-left { - text-decoration: none; + .fa-chevron-left { + text-decoration: none; + } } .pm-box,