Updated styling of milestone type in dashboard milestones list
This commit is contained in:
parent
8c0c4750db
commit
aad99b513b
2 changed files with 6 additions and 1 deletions
|
@ -45,4 +45,9 @@
|
|||
&.status-box-upcoming {
|
||||
background: $gl-text-color-secondary;
|
||||
}
|
||||
|
||||
&.status-box-milestone {
|
||||
color: $gl-text-color;
|
||||
background: $gray-darker;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue