Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-13 00:49:12 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-13 21:47:11 +0300
commite4a000478f327885fd9dcbc7d47ba77045cef139 (patch)
treea05a7d6d5f6f32c210e4276791a6dc69653af0a1 /app/assets/stylesheets/framework/issue_box.scss
parentc5d12e3706ee6bc41d6be897e923b6c20a267078 (diff)
Combining more grays
Diffstat (limited to 'app/assets/stylesheets/framework/issue_box.scss')
-rw-r--r--app/assets/stylesheets/framework/issue_box.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/issue_box.scss b/app/assets/stylesheets/framework/issue_box.scss
index 44834a84234..298913108ee 100644
--- a/app/assets/stylesheets/framework/issue_box.scss
+++ b/app/assets/stylesheets/framework/issue_box.scss
@@ -41,6 +41,6 @@
}
&.status-box-upcoming {
- background: $issue-box-upcoming-bg;
+ background: $gl-gray-light;
}
}