Skip to content

Commit

Permalink
fix: Tree draggable transition style
Browse files Browse the repository at this point in the history
close #26383
  • Loading branch information
afc163 committed Aug 25, 2020
1 parent e25f032 commit 17b481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tree/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
background: transparent;
border-radius: @border-radius-base;
cursor: pointer;
transition: all 0.3s;
transition: all 0.3s, border 0s, line-height 0s;

&:hover {
background-color: @tree-node-hover-bg;
Expand Down

0 comments on commit 17b481c

Please sign in to comment.