Commit d5e080fb authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Phil Hughes

Always render warnings icon in orange

parent 5478ff6d
......@@ -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