diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-01-05 22:31:36 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-01-05 22:31:36 +0100 |
commit | fc026c8a179620889b0c686ae28264f4f3649e6d (patch) | |
tree | c245b1046cd19c6072d5ea1f07e25a9b1689dc65 | |
parent | 5bc97cd48388c82a1fab8d16332a7401d11a170d (diff) | |
download | gitlab-ce-fc026c8a179620889b0c686ae28264f4f3649e6d.tar.gz |
Remove invalid pipeline status icon name
-rw-r--r-- | app/assets/stylesheets/framework/icons.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/icons.scss b/app/assets/stylesheets/framework/icons.scss index 4826561dffe..dccf5177e35 100644 --- a/app/assets/stylesheets/framework/icons.scss +++ b/app/assets/stylesheets/framework/icons.scss @@ -1,5 +1,4 @@ -.ci-status-icon-success, -.ci-status-icon-passed { +.ci-status-icon-success { color: $gl-success; svg { |