Commit 9cb3510a authored by Phil Hughes's avatar Phil Hughes

Merge branch '33132-change-icon-color' into 'master'

Always render warnings icon in orange

Closes #33132

See merge request !12061
parents 5478ff6d d5e080fb
......@@ -19,8 +19,7 @@
overflow: visible;
}
&.ci-failed,
&.ci-failed_with_warnings {
&.ci-failed {
color: $red-500;
border-color: $red-500;
......@@ -39,8 +38,7 @@
}
}
&.ci-success,
&.ci-success_with_warnings {
&.ci-success {
color: $green-600;
border-color: $green-500;
......@@ -73,7 +71,9 @@
}
}
&.ci-pending {
&.ci-pending,
&.ci-success_with_warnings,
&.ci-failed_with_warnings {
color: $orange-600;
border-color: $orange-500;
......
---
title: Render CI statuses with warnings in orange
merge_request:
author:
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