summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2017-12-28 11:05:56 +0530
committerKushal Pandya <kushal@gitlab.com>2017-12-28 12:03:27 +0530
commitd0bfc65d099b5c34da43a6aae51d451758b1a475 (patch)
treed3a51976afad589fc177e85586452739ba3c3c01
parent978900333bf9f3b904fa5929a517fd29e7f50723 (diff)
downloadgitlab-ce-d0bfc65d099b5c34da43a6aae51d451758b1a475.tar.gz
Update styles to fix SVG caret alignment
-rw-r--r--app/assets/stylesheets/framework/lists.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss
index a063b82d193..17915a55b45 100644
--- a/app/assets/stylesheets/framework/lists.scss
+++ b/app/assets/stylesheets/framework/lists.scss
@@ -346,6 +346,10 @@ ul.indent-list {
.folder-caret {
width: 15px;
+
+ svg {
+ margin-bottom: 2px;
+ }
}
.item-type-icon {
@@ -354,7 +358,7 @@ ul.indent-list {
}
> .group-row:not(.has-children) {
- .folder-caret .fa {
+ .folder-caret {
opacity: 0;
}
}
@@ -437,6 +441,7 @@ ul.indent-list {
.avatar-container > a {
width: 100%;
+ text-decoration: none;
}
&.has-more-items {
@@ -451,6 +456,7 @@ ul.indent-list {
display: inline-flex;
align-items: center;
height: 16px;
+ min-width: 30px;
}
.stat-value {