diff options
author | Regis <boudinot.regis@yahoo.com> | 2016-12-16 16:38:03 -0700 |
---|---|---|
committer | Regis <boudinot.regis@yahoo.com> | 2016-12-16 16:38:03 -0700 |
commit | 0dc5a21c9a7b78845c4e2ad1297a8a77c3dfb3e3 (patch) | |
tree | 78da8124311b00db3f008a017611fe09ce2b799d | |
parent | 552953c9f22a3bd2e13deba71cefb921144296eb (diff) | |
download | gitlab-ce-0dc5a21c9a7b78845c4e2ad1297a8a77c3dfb3e3.tar.gz |
refactor styling for icon success-passing
-rw-r--r-- | app/assets/stylesheets/framework/icons.scss | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/app/assets/stylesheets/framework/icons.scss b/app/assets/stylesheets/framework/icons.scss index 8210208cbf6..e0790107608 100644 --- a/app/assets/stylesheets/framework/icons.scss +++ b/app/assets/stylesheets/framework/icons.scss @@ -1,11 +1,4 @@ -.ci-status-icon-success { - color: $gl-success; - - svg { - fill: $gl-success; - } -} - +.ci-status-icon-success, .ci-status-icon-passed { color: $gl-success; |