diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-01-04 13:08:23 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-01-04 13:08:23 +0100 |
commit | 07fc7bef10a0422810c60666bed16dca81307a39 (patch) | |
tree | 98f0de52c4744da6f9c99734bcca46c4df0edffe | |
parent | 63ec4d484f7f1a208159a9ac42f6c264323f7897 (diff) | |
download | gitlab-ce-07fc7bef10a0422810c60666bed16dca81307a39.tar.gz |
Revert adding an invalid CI/CD status CSS class
-rw-r--r-- | app/assets/stylesheets/pages/status.scss | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app/assets/stylesheets/pages/status.scss b/app/assets/stylesheets/pages/status.scss index 47be2dd0efb..4acd17360c1 100644 --- a/app/assets/stylesheets/pages/status.scss +++ b/app/assets/stylesheets/pages/status.scss @@ -46,20 +46,6 @@ } } - &.ci-passed, - &.ci-passed_with_warnings { - color: $gl-success; - border-color: $gl-success; - - &:not(span):hover { - background-color: rgba( $gl-success, .07); - } - - svg { - fill: $gl-success; - } - } - &.ci-info { color: $gl-info; border-color: $gl-info; |