fix(Slider): missing transition in vertical mode (#6786)

This commit is contained in:
neverland 2020-07-15 19:26:24 +08:00 committed by GitHub
parent 45862664d2
commit 76c2f5efda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
height: 100%;
background-color: @slider-active-background-color;
border-radius: inherit;
transition: width @animation-duration-fast;
transition: width @animation-duration-fast, height @animation-duration-fast;
}
&__button {