fix: Tree draggable transition style (#26387)

close #26383
This commit is contained in:
偏右 2020-08-25 15:55:10 +08:00 committed by GitHub
parent e25f03206c
commit fb839f096c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;