diff options
author | Phil Hughes <me@iamphill.com> | 2019-04-12 13:14:06 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-04-12 13:14:06 +0000 |
commit | d30ac3259faa6281504971f918793aa195bd0493 (patch) | |
tree | 743e2f8e6f8af71532b51862b956f9ad930d3aeb | |
parent | 5b8bddfecd5741276e6113d4e8ec0a649116726a (diff) | |
parent | 3ea139e69f7cbe135b7b0d98d5ad1c0b2728de79 (diff) | |
download | gitlab-ce-d30ac3259faa6281504971f918793aa195bd0493.tar.gz |
Merge branch '59925-reports' into 'master'
Removes unused CSS in reports
Closes #59925
See merge request gitlab-org/gitlab-ce!27310
-rw-r--r-- | app/assets/stylesheets/pages/reports.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/reports.scss b/app/assets/stylesheets/pages/reports.scss index f7619ccbd20..94da72622af 100644 --- a/app/assets/stylesheets/pages/reports.scss +++ b/app/assets/stylesheets/pages/reports.scss @@ -52,11 +52,6 @@ .report-block-list-icon .loading-container { position: relative; left: -2px; - // needed to make the next element align with the - // elements below that have a svg with 16px width - .fa-spinner { - width: 16px; - } } } |