fix folder styling

This commit is contained in:
Cassie Tarakajian 2016-09-21 19:08:30 -04:00
parent a3490a37ef
commit c9e3461dc5
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@
.sidebar__file-item-open {
@extend .sidebar__file-item-icon;
display: inline-block;
.sidebar__file-item--closed & {
display: none;
}