summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2017-10-10 15:39:51 -0700
committertauriedavis <taurie@gitlab.com>2017-10-10 15:39:51 -0700
commitfa68cb3c21c420eee9a801cdf4bdd520949d1782 (patch)
tree961721858654d866cf87f5d44417ced864bff18a
parent73488a9b061692b6d9e99e223ff82f39d9e17df1 (diff)
downloadgitlab-ce-37660-match-sidebar-colors.tar.gz
37660 Change background color of nav sidebar to match other gl sidebars37660-match-sidebar-colors
-rw-r--r--app/assets/stylesheets/framework/new-sidebar.scss2
-rw-r--r--changelogs/unreleased/37660-match-sidebar-colors.yml5
2 files changed, 6 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);
diff --git a/changelogs/unreleased/37660-match-sidebar-colors.yml b/changelogs/unreleased/37660-match-sidebar-colors.yml
new file mode 100644
index 00000000000..d5600f453e7
--- /dev/null
+++ b/changelogs/unreleased/37660-match-sidebar-colors.yml
@@ -0,0 +1,5 @@
+---
+title: Change background color of nav sidebar to match other gl sidebars
+merge_request:
+author:
+type: changed