Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2017-10-11 01:39:51 +0300
committertauriedavis <taurie@gitlab.com>2017-10-11 01:39:51 +0300
commitfa68cb3c21c420eee9a801cdf4bdd520949d1782 (patch)
tree961721858654d866cf87f5d44417ced864bff18a /app
parent73488a9b061692b6d9e99e223ff82f39d9e17df1 (diff)
37660 Change background color of nav sidebar to match other gl sidebars
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/new-sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/new-sidebar.scss b/app/assets/stylesheets/framework/new-sidebar.scss
index caf4c7a40b1..78972717932 100644
--- a/app/assets/stylesheets/framework/new-sidebar.scss
+++ b/app/assets/stylesheets/framework/new-sidebar.scss
@@ -90,7 +90,7 @@ $new-sidebar-collapsed-width: 50px;
top: $header-height;
bottom: 0;
left: 0;
- background-color: $gray-normal;
+ background-color: $gray-light;
box-shadow: inset -2px 0 0 $border-color;
transform: translate3d(0, 0, 0);