summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-08 12:53:32 +0100
committerPhil Hughes <me@iamphill.com>2017-08-08 12:53:32 +0100
commitbc4675057e18c9c0f324adbc27d77fdeb1e4de2c (patch)
treead57f3fbf22b699fd81483a224351dc84a1cefc3
parent7765b011b07afbfb92fc51e5b87274b90af6301e (diff)
downloadgitlab-ce-fly-out-nav-collapsed.tar.gz
removed background color for active element in fly-out when collapsedfly-out-nav-collapsed
fixed 1px jump of icon
-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 {