Skip to content

Commit b83c033

Browse files
Merge pull request #152 from Kibibit/bug-fix-arrow-click-file-tree
[BUG] Make arrow clickable in file tree
2 parents 341b5bd + 298f0c7 commit b83c033

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/assets/sass/style.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ treecontrol {
168168
-webkit-mask: url("../images/chevron-right.svg") no-repeat 50% 50%;
169169
mask: url("../images/chevron-right.svg") no-repeat 50% 50%;
170170
}
171+
172+
li .tree-label {
173+
left: -16px;
174+
padding-left: 16px;
175+
position: relative;
176+
}
171177
}
172178

173179
.ngdialog {

0 commit comments

Comments
 (0)