diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-30 18:09:39 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-30 18:09:39 +0000 |
commit | 1b26aaa633642ea33f1fb9d7e8680892c8ca795d (patch) | |
tree | 2f472efc1b86f43857082132ed58e2b24e46ab39 /app/assets/stylesheets/framework/sidebar.scss | |
parent | e65a1b9830b8746fefd18744a39d559cbf58c99e (diff) | |
download | gitlab-ce-1b26aaa633642ea33f1fb9d7e8680892c8ca795d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-rw-r--r-- | app/assets/stylesheets/framework/sidebar.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss index 9b33ed1b630..0f85e89cfac 100644 --- a/app/assets/stylesheets/framework/sidebar.scss +++ b/app/assets/stylesheets/framework/sidebar.scss @@ -168,7 +168,7 @@ &::before { content: ''; - border-left: 1px solid $gray-500; + border-left: 1px solid $gray-300; position: absolute; top: $gl-padding; bottom: $gl-padding; |