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:
authorFatih Acet <acetfatih@gmail.com>2018-07-02 13:15:51 +0300
committerFatih Acet <acetfatih@gmail.com>2018-07-02 13:15:51 +0300
commit08efe074d43fc8e49b1ddf4b4c229c08ab78caf0 (patch)
treeaadaa61ad4281133391894cf895c8ee2657506e5 /app/assets/stylesheets/framework/issue_box.scss
parent0c50c61934d6beb3b969d4f1ee2e49a9f716147e (diff)
parentfbcb55c6a8e2944411a3244bd7b09b3b9d1fe1df (diff)
Merge branch '39543-milestone-page-list-redesign' into 'master'
Resolve "Milestone page list redesign" Closes #39543 See merge request gitlab-org/gitlab-ce!19832
Diffstat (limited to 'app/assets/stylesheets/framework/issue_box.scss')
-rw-r--r--app/assets/stylesheets/framework/issue_box.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/issue_box.scss b/app/assets/stylesheets/framework/issue_box.scss
index 1d247671761..86de88729ee 100644
--- a/app/assets/stylesheets/framework/issue_box.scss
+++ b/app/assets/stylesheets/framework/issue_box.scss
@@ -45,4 +45,9 @@
&.status-box-upcoming {
background: $gl-text-color-secondary;
}
+
+ &.status-box-milestone {
+ color: $gl-text-color;
+ background: $gray-darker;
+ }
}