Skip to content

Commit

Permalink
fix: fix nusi tree drag style (#769)
Browse files Browse the repository at this point in the history
* fix: fix nusi tree drag style

* fix: fix style
  • Loading branch information
laojun authored Jul 28, 2021
1 parent e6e8d82 commit 9b1535b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions shell/app/config-page/components/file-tree/file-tree.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
}
}

.pk-tree.pk-tree-directory .pk-tree-child-tree {
> li.drag-over > span.pk-tree-node-content-wrapper:before {
border-color: $primary;
}

> li.drag-over-gap-top > span.pk-tree-node-content-wrapper:before {
border-top-color: $primary;
}

> li.drag-over-gap-bottom > span.pk-tree-node-content-wrapper:before {
border-bottom-color: $primary;
}
}

.file-tree-container {
> li:first-child {
&.insert-node {
Expand Down

0 comments on commit 9b1535b

Please # to comment.