summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/new_sidebar.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss
index b8620ba0277..ad9d9d4cd20 100644
--- a/app/assets/stylesheets/new_sidebar.scss
+++ b/app/assets/stylesheets/new_sidebar.scss
@@ -220,7 +220,6 @@ $new-sidebar-collapsed-width: 50px;
&.is-showing-fly-out {
> a {
- margin-left: 1px;
margin-right: 2px;
}
@@ -273,6 +272,10 @@ $new-sidebar-collapsed-width: 50px;
> .active {
box-shadow: none;
+
+ > a {
+ background-color: transparent;
+ }
}
a {