summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-10 11:10:16 +0100
committerPhil Hughes <me@iamphill.com>2018-04-18 14:34:06 +0100
commitbe45d454046b7f58c2b586923f5819b9bec95aa5 (patch)
treee8ff0a2afae7e693812252aceda466d05b62cb2f /app/assets/stylesheets
parentd8dd75ca775f66fd756e43ddd73ac75d39fc3e64 (diff)
downloadgitlab-ce-be45d454046b7f58c2b586923f5819b9bec95aa5.tar.gz
Fixed bugs with IDE new directory
Closes #44838
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/repo.scss8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index f58f2579050..de9377a2fe0 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -85,10 +85,8 @@
}
}
- &.folder {
- svg {
- fill: $gl-text-color-secondary;
- }
+ .folder-icon {
+ fill: $gl-text-color-secondary;
}
}
@@ -429,7 +427,7 @@
.projects-sidebar {
display: flex;
flex-direction: column;
- height: 100%;
+ flex: 1;
.context-header {
width: auto;