From b94f5eded687c6859249d0ae3fc594bdb0f77bc3 Mon Sep 17 00:00:00 2001 From: majordwarf Date: Tue, 19 May 2020 16:13:59 +0530 Subject: [PATCH] css: Use SCSS nesting in zulip.scss for `.nav`. --- static/styles/zulip.scss | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index 791475db1e..b97ef2bcad 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -1909,20 +1909,20 @@ div.focused_table { top: 30px; min-width: 180px; box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.2); -} -.nav .dropdown-menu::after { - position: absolute; - width: 0px; - height: 0px; - top: -7px; - right: 10px; - display: inline-block; - border-right: 7px solid transparent; - border-bottom: 7px solid hsl(0, 0%, 67%); - border-left: 7px solid transparent; - content: ''; - z-index: 10; + &::after { + position: absolute; + width: 0px; + height: 0px; + top: -7px; + right: 10px; + display: inline-block; + border-right: 7px solid transparent; + border-bottom: 7px solid hsl(0, 0%, 67%); + border-left: 7px solid transparent; + content: ''; + z-index: 10; + } } .nav .dropdown-menu a,