summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-25 07:44:00 +0000
committerPhil Hughes <me@iamphill.com>2017-09-25 07:44:00 +0000
commit9ec3163470886e3dcf6b82ef9fb6380d95c1edb1 (patch)
tree6b442f854a2fb060bd4fa1b66dbedd66d1a4edb4
parent7da72a0de296e430378c7eb85fc486a01f3163bd (diff)
parent0cf7406f93947cbed9a632e74820541a11497321 (diff)
downloadgitlab-ce-9ec3163470886e3dcf6b82ef9fb6380d95c1edb1.tar.gz
Merge branch '37287-remove-nav-gradient' into 'master'
Remove navbar gradient Closes #37287 See merge request gitlab-org/gitlab-ce!14457
-rw-r--r--app/assets/stylesheets/framework/gitlab-theme.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/gitlab-theme.scss b/app/assets/stylesheets/framework/gitlab-theme.scss
index f844d6f1d5a..7fa58b11d9d 100644
--- a/app/assets/stylesheets/framework/gitlab-theme.scss
+++ b/app/assets/stylesheets/framework/gitlab-theme.scss
@@ -6,7 +6,7 @@
// Header
header.navbar-gitlab-new {
- background: linear-gradient(to right, $color-900, $color-800);
+ background-color: $color-900;
.navbar-collapse {
color: $color-200;
@@ -201,7 +201,7 @@ body {
@include gitlab-theme($theme-gray-900, $theme-gray-700, $theme-gray-800, $theme-gray-700, $theme-gray-700, $theme-gray-100, $theme-gray-700);
header.navbar-gitlab-new {
- background: $theme-gray-100;
+ background-color: $theme-gray-100;
box-shadow: 0 2px 0 0 $border-color;
.logo-text svg {