Always render warnings icon in orange

This commit is contained in:
Filipa Lacerda 2017-06-12 10:58:59 +00:00 committed by Phil Hughes
parent 5478ff6dc2
commit d5e080fbde
2 changed files with 9 additions and 5 deletions

View File

@ -19,8 +19,7 @@
overflow: visible; overflow: visible;
} }
&.ci-failed, &.ci-failed {
&.ci-failed_with_warnings {
color: $red-500; color: $red-500;
border-color: $red-500; border-color: $red-500;
@ -39,8 +38,7 @@
} }
} }
&.ci-success, &.ci-success {
&.ci-success_with_warnings {
color: $green-600; color: $green-600;
border-color: $green-500; border-color: $green-500;
@ -73,7 +71,9 @@
} }
} }
&.ci-pending { &.ci-pending,
&.ci-success_with_warnings,
&.ci-failed_with_warnings {
color: $orange-600; color: $orange-600;
border-color: $orange-500; border-color: $orange-500;

View File

@ -0,0 +1,4 @@
---
title: Render CI statuses with warnings in orange
merge_request:
author: