fix(Slider): remove theme mixin (#4520)

This commit is contained in:
neverland 2021-09-25 10:39:39 +08:00 committed by GitHub
parent 5be718e195
commit 0e60dc1a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,8 +66,7 @@
&--vertical {
display: inline-block;
.theme(width, '@slider-bar-height');
width: var(--slider-bar-height, @slider-bar-height);
height: 100%;
.van-slider__button-wrapper,
@ -88,10 +87,9 @@
// use pseudo element to expand click area
&::before {
top: 0;
.theme(right, '-@padding-xs');
right: -@padding-xs;
bottom: 0;
.theme(left, '-@padding-xs');
left: -@padding-xs;
}
}
}