summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-16 17:08:50 +0100
committerPhil Hughes <me@iamphill.com>2017-06-21 14:45:23 +0100
commit6ab1c7d737535eafc7009e29bcfca1e967f3f68c (patch)
treebe38f6f528ca84a4b44c3b1e0fd8cb86b4e747b7 /app
parent4e1591c035718f77a5e6617ff720f23d8fc3ab89 (diff)
downloadgitlab-ce-6ab1c7d737535eafc7009e29bcfca1e967f3f68c.tar.gz
fixed scss-lint job
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/new_nav.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_nav.scss b/app/assets/stylesheets/new_nav.scss
index aa96450ca1e..e1c32ac8b60 100644
--- a/app/assets/stylesheets/new_nav.scss
+++ b/app/assets/stylesheets/new_nav.scss
@@ -141,7 +141,7 @@ header.navbar-gitlab-new {
.location-badge {
color: $gray-normal;
- background-color: #2d2d2d;
+ background-color: $new-navbar-bg;
}
&.search-active {