Make sure CI status icons have same color across all app

Signed-off-by: NDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
上级 63c8a05b
......@@ -37,18 +37,18 @@
}
.ci-status-icon-success {
@extend .cgreen;
color: $gl-text-green !important;
}
.ci-status-icon-failed {
@extend .cred;
color: $gl-text-red !important;
}
.ci-status-icon-running,
.ci-status-icon-pending {
// These are standard text color
color: $gl-text-orange !important;
}
.ci-status-icon-canceled,
.ci-status-icon-disabled,
.ci-status-icon-not-found,
.ci-status-icon-skipped {
@extend .cgray;
color: $gl-gray !important;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册