diff options
author | tauriedavis <taurie@gitlab.com> | 2017-10-10 15:39:51 -0700 |
---|---|---|
committer | tauriedavis <taurie@gitlab.com> | 2017-10-10 15:39:51 -0700 |
commit | fa68cb3c21c420eee9a801cdf4bdd520949d1782 (patch) | |
tree | 961721858654d866cf87f5d44417ced864bff18a | |
parent | 73488a9b061692b6d9e99e223ff82f39d9e17df1 (diff) | |
download | gitlab-ce-fa68cb3c21c420eee9a801cdf4bdd520949d1782.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.scss | 2 | ||||
-rw-r--r-- | changelogs/unreleased/37660-match-sidebar-colors.yml | 5 |
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 |