UI jstree: Fix collapse of folders with one click.
Two clicks is too much work. It was removed by mistake on previous commit.
This commit is contained in:
parent
4f5746e0b7
commit
b96731a939
@ -73,8 +73,14 @@ $tree-color-highlight-background-text: $primary
|
|||||||
.jstree-icon:empty
|
.jstree-icon:empty
|
||||||
left: 25px !important
|
left: 25px !important
|
||||||
|
|
||||||
/* Closed Folder */
|
// Invisible element to expand/collapse folders.
|
||||||
// &.jstree-closed
|
&.jstree-open .jstree-icon.jstree-ocl,
|
||||||
|
&.jstree-closed .jstree-icon.jstree-ocl
|
||||||
|
float: left
|
||||||
|
min-width: 30px
|
||||||
|
opacity: 0
|
||||||
|
position: absolute
|
||||||
|
z-index: 1
|
||||||
|
|
||||||
/* The text of the last level item */
|
/* The text of the last level item */
|
||||||
.jstree-anchor
|
.jstree-anchor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user