summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-22 12:06:13 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-22 12:06:13 -0700
commit0cf7406f93947cbed9a632e74820541a11497321 (patch)
tree89d6aaa3471754cffd5faf6222a11e9e10f46bd5
parent28d5744535a5225766db13ec3bacab949e4c2b6b (diff)
downloadgitlab-ce-37287-remove-nav-gradient.tar.gz
Remove navbar gradient37287-remove-nav-gradient
-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 {