summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-20 17:21:51 +0100
committerPhil Hughes <me@iamphill.com>2018-04-20 17:21:51 +0100
commitb8a89c31071eb5649a496b056f91c825301de453 (patch)
treed8237e7df65a2f1b34da6c4a6625907742510117
parent2c9efd8230c2fd7470692b8c881be219780cabef (diff)
downloadgitlab-ce-b8a89c31071eb5649a496b056f91c825301de453.tar.gz
fixed alignment of icons in tab
-rw-r--r--app/assets/stylesheets/pages/repo.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 2b1ff3b0b34..f050b105f99 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -197,6 +197,13 @@
top: -1px;
}
+ .ide-file-changed-icon {
+ display: block;
+ position: relative;
+ top: 1px;
+ right: 3px;
+ }
+
&:hover {
background-color: $theme-gray-200;
}