Skip to content

Commit

Permalink
Tree DragOver Gap fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Feb 14, 2017
1 parent 1490a40 commit dbf83e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/tree/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
}
&.drag-over-gap-top {
> a[draggable] {
border-top: 2px @primary-color solid;
box-shadow: 0 -4px 0 -2px @primary-color;
}
}
&.drag-over-gap-bottom {
> a[draggable] {
border-bottom: 2px @primary-color solid;
box-shadow: 0 4px 0 -2px @primary-color;
}
}
&.filter-node {
Expand Down

0 comments on commit dbf83e3

Please sign in to comment.