Skip to content

Commit 2bd4468

Browse files
committed
style: jstree checkbox selection root action buttons
1 parent 9b735d3 commit 2bd4468

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web/css/source/extend/jquery/_jstree.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@
7575
margin-top: @indent__xs !important;
7676
margin-bottom: @indent__xs !important;
7777
}
78+
79+
> button[type='button'] {
80+
&:extend(.action-secondary all);
81+
margin-right: @indent__base;
82+
margin-bottom: @indent__base;
83+
}
7884
}
7985

8086
.jstree-container-ul {

0 commit comments

Comments
 (0)