mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-14 20:28:06 +01:00
Merge branch 'dev-tree-view' of https://github.com/Tibing/ng2-admin into Tibing-dev-tree-view
This commit is contained in:
commit
07a3081be8
11 changed files with 117 additions and 0 deletions
27
src/app/theme/sass/_treeView.scss
Normal file
27
src/app/theme/sass/_treeView.scss
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
#tree-view .tree {
|
||||
& .node-value {
|
||||
color: white;
|
||||
}
|
||||
& .folding {
|
||||
&.node-expanded::before {
|
||||
color: white;
|
||||
}
|
||||
&.node-collapsed::before {
|
||||
color: white;
|
||||
}
|
||||
&.node-leaf::before {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
& .over-drop-target {
|
||||
border: 4px solid ghostwhite;
|
||||
}
|
||||
& .node-value{
|
||||
& .node-selected::after {
|
||||
background-color: white;
|
||||
}
|
||||
&:after {
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -8,3 +8,4 @@
|
|||
@import "sass/socicon";
|
||||
@import "sass/table";
|
||||
@import "sass/form";
|
||||
@import "sass/treeView";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue