From bc4675057e18c9c0f324adbc27d77fdeb1e4de2c Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Tue, 8 Aug 2017 12:53:32 +0100 Subject: removed background color for active element in fly-out when collapsed fixed 1px jump of icon --- app/assets/stylesheets/new_sidebar.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 { -- cgit v1.2.1