summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-27 22:03:44 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-27 22:03:44 +0000
commit76b2a12700f411ff5fef80c06a34d129650b672a (patch)
tree261a96ee942f1a5de900cdee24c93c7e804ab9b9
parent8266c78cd0f7a868bc0329ac61d24af797a19644 (diff)
parentb8fb11df73b417411ee555c178a932a456d274bf (diff)
downloadgitlab-ce-dj-test-push.tar.gz
Merge branch 'cleanup-css' into 'master'dj-test-push
Cleanup diff-notes-collapse css See merge request gitlab-org/gitlab-ce!14515
-rw-r--r--app/assets/stylesheets/pages/diff.scss7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index ed9d5e98467..e4bd783c8bc 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -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 {