Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-01-12 15:22:04 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-01-12 15:22:04 +0300
commit6053049f4a8822bf39bbe8e1fa34c5e3522b63e9 (patch)
tree8fbf34802d88478a9cc9c90375ebe422403749ab /app/assets/stylesheets/pages/status.scss
parent48c19e7395e501c8e9eaa3975b2510b37f56d46c (diff)
Add new CI/CD status failed with warnings icon group
Diffstat (limited to 'app/assets/stylesheets/pages/status.scss')
-rw-r--r--app/assets/stylesheets/pages/status.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/status.scss b/app/assets/stylesheets/pages/status.scss
index f19275770be..6f31d4ed789 100644
--- a/app/assets/stylesheets/pages/status.scss
+++ b/app/assets/stylesheets/pages/status.scss
@@ -19,7 +19,8 @@
overflow: visible;
}
- &.ci-failed {
+ &.ci-failed,
+ &.ci-failed_with_warnings {
color: $gl-danger;
border-color: $gl-danger;