Commit b5c9637c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Make sure CI status icons have same color across all app

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 63c8a05b
...@@ -37,18 +37,18 @@ ...@@ -37,18 +37,18 @@
} }
.ci-status-icon-success { .ci-status-icon-success {
@extend .cgreen; color: $gl-text-green !important;
} }
.ci-status-icon-failed { .ci-status-icon-failed {
@extend .cred; color: $gl-text-red !important;
} }
.ci-status-icon-running, .ci-status-icon-running,
.ci-status-icon-pending { .ci-status-icon-pending {
// These are standard text color color: $gl-text-orange !important;
} }
.ci-status-icon-canceled, .ci-status-icon-canceled,
.ci-status-icon-disabled, .ci-status-icon-disabled,
.ci-status-icon-not-found, .ci-status-icon-not-found,
.ci-status-icon-skipped { .ci-status-icon-skipped {
@extend .cgray; color: $gl-gray !important;
} }
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