Merge branch 'clean-obsolete-css' into 'master'

Remove obsolete CSS and fix icon alignment

See merge request gitlab-org/gitlab-ce!31897
This commit is contained in:
Paul Slaughter 2019-08-19 21:17:22 +00:00
commit 6556e708ad
2 changed files with 5 additions and 5 deletions

View File

@ -48,11 +48,6 @@
padding: $gl-padding-top $gl-padding;
border-top: 1px solid $border-color;
}
.report-block-list-icon .loading-container {
position: relative;
left: -2px;
}
}
.report-block-container {

View File

@ -0,0 +1,5 @@
---
title: Fix MR reports section loading icon alignment
merge_request: 31897
author:
type: fixed