37660 Change background color of nav sidebar to match other gl sidebars

This commit is contained in:
tauriedavis 2017-10-10 15:39:51 -07:00
parent 73488a9b06
commit fa68cb3c21
2 changed files with 6 additions and 1 deletions

View File

@ -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);

View File

@ -0,0 +1,5 @@
---
title: Change background color of nav sidebar to match other gl sidebars
merge_request:
author:
type: changed