diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2019-04-12 15:39:10 +0300 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2019-04-16 12:57:07 +0300 |
commit | 579fa8b8ec7eb38d40c96521f517c9dab8c3b97a (patch) | |
tree | a344ec76f90125b398a217e3315c7fcb0f7a8b7c /app/assets/stylesheets/pages/pipelines.scss | |
parent | a67b1c17a1284daf6e7f12d3f9c4a80fae59dde9 (diff) | |
download | gitlab-ce-579fa8b8ec7eb38d40c96521f517c9dab8c3b97a.tar.gz |
Rename CI related selectors
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index 3e6aa43175e..093fc89a56f 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -785,7 +785,7 @@ } &.ci-status-icon-pending, - &.ci-status-icon-success_with_warnings { + &.ci-status-icon-success-with-warnings { @include mini-pipeline-graph-color($white, $orange-100, $orange-200, $orange-500, $orange-600, $orange-700); } |