Merge branch 'cleanup-css' into 'master'

Cleanup diff-notes-collapse css

See merge request gitlab-org/gitlab-ce!14515
This commit is contained in:
Annabel Dunstone Gray 2017-09-27 22:03:44 +00:00
commit 76b2a12700
1 changed files with 1 additions and 6 deletions

View File

@ -535,7 +535,6 @@
}
.diff-notes-collapse {
position: relative;
width: 19px;
height: 19px;
padding: 0;
@ -543,11 +542,7 @@
z-index: 100;
svg {
position: absolute;
left: 50%;
top: 50%;
margin-left: -5.5px;
margin-top: -5.5px;
vertical-align: text-top;
}
path {