fix(tree): fix tree component, replace ng2-tree on the angular-tree-component

Closes #1690
This commit is contained in:
Denis Strigo 2018-06-05 13:50:49 +03:00 committed by Dmitry Nehaychik
parent 386a53072e
commit 22c161ff0c
7 changed files with 2806 additions and 3670 deletions

View file

@ -0,0 +1,20 @@
@import '../../../@theme/styles/themes';
@include nb-install-component() {
/deep/ .angular-tree-component {
cursor: default;
.node-wrapper {
.node-content-wrapper {
background: none;
box-shadow: none;
cursor: default;
}
.toggle-children-wrapper {
cursor: pointer;
}
}
}
}