Updated styling of milestone type in dashboard milestones list

This commit is contained in:
Constance Okoghenun 2018-06-19 12:36:47 +01:00
parent 8c0c4750db
commit aad99b513b
2 changed files with 6 additions and 1 deletions

View file

@ -45,4 +45,9 @@
&.status-box-upcoming {
background: $gl-text-color-secondary;
}
&.status-box-milestone {
color: $gl-text-color;
background: $gray-darker;
}
}

View file

@ -50,7 +50,7 @@
- else
= link_to 'Close Milestone', group_milestone_route(milestone, {state_event: :close }), method: :put, class: "btn btn-sm btn-grouped btn-close"
- if dashboard
.status-box.status-box-upcoming
.status-box.status-box-milestone
= milestone_type