This commit is contained in:
Cassie Tarakajian 2017-05-10 13:19:37 -04:00
parent 6518bf14bf
commit 19d6aa230d
1 changed files with 5 additions and 1 deletions

View File

@ -53,7 +53,7 @@
} }
.sidebar__file-item { .sidebar__file-item {
height: #{20 / $base-font-size}rem; // height: #{20 / $base-font-size}rem;
font-size: #{12 / $base-font-size}rem; font-size: #{12 / $base-font-size}rem;
cursor: pointer; cursor: pointer;
position: relative; position: relative;
@ -68,6 +68,10 @@
} }
} }
.sidebar__file-item--folder {
z-index: 1;
}
// to indent each row in the file tree // to indent each row in the file tree
// not sure how to do this in a better way // not sure how to do this in a better way
// it won't work if the file tree is too nested // it won't work if the file tree is too nested