summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-11 14:58:58 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-11 14:58:58 +0300
commit8fa19571baa913a422aa8a7501e02c23c65e5402 (patch)
treec2c20c66b2ed26ae7214d32bc8e5fe6c0aec73c2
parent454e6c7b8c227f97d3158564273504067be05eab (diff)
downloadgitlab-ce-dz-sidebar-shadow.tar.gz
Refactor box-shadow style for sidebar to satisfy css lintdz-sidebar-shadow
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 78eefa538c3..1a2220f3b40 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -17,7 +17,7 @@
height: 100%;
overflow: hidden;
transition: width $sidebar-transition-duration;
- @include box-shadow(2px 0px 16px 0px #bbb);
+ @include box-shadow(2px 0 16px 0 #bbb);
}
}