summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/issue_box.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-12 15:49:12 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-13 12:47:11 -0600
commite4a000478f327885fd9dcbc7d47ba77045cef139 (patch)
treea05a7d6d5f6f32c210e4276791a6dc69653af0a1 /app/assets/stylesheets/framework/issue_box.scss
parentc5d12e3706ee6bc41d6be897e923b6c20a267078 (diff)
downloadgitlab-ce-e4a000478f327885fd9dcbc7d47ba77045cef139.tar.gz
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;
}
}