Commit 5406714e authored by Luke Bennett's avatar Luke Bennett Committed by Clement Ho

Resolve "Change icon and color of issue statuses in related issues and epic issues"

parent 5f22c2d4
......@@ -63,7 +63,7 @@ const mixins = {
return this.title.length > 0;
},
iconName() {
return this.isOpen ? 'issue-open-m' : 'cut';
return this.isOpen ? 'issue-open' : 'issue-close';
},
iconClass() {
return this.isOpen ? 'issue-token-state-icon-open' : 'issue-token-state-icon-closed';
......
......@@ -321,11 +321,11 @@ ul.related-merge-requests > li {
}
.issue-token-state-icon-open {
color: $green-600;
color: $green-500;
}
.issue-token-state-icon-closed {
color: $red-600;
color: $blue-500;
}
.issue-token-title {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment