Skip to content

Commit 132d1d7

Browse files
author
Oleg Zinoviev
committed
MAGETWO-37567: [Github] ACL resource tree shows 2 checkboxes
1 parent 168cfc5 commit 132d1d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/design/adminhtml/Magento/backend/web/css/styles-old.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,11 @@ input.no-display,
906906
}
907907
}
908908

909+
// Fix for jquery.jstree.js (checkboxes in admin__scope-old only)
910+
.jstree .jstree-real-checkbox {
911+
display: none;
912+
}
913+
909914
input[type="radio"] {
910915
border-radius: 8px;
911916
&:checked {

0 commit comments

Comments
 (0)