yunser-ui-vue
Version:
material design ui for vue2
23 lines (19 loc) • 446 B
text/less
.mu-slider-track {
background-color: @sliderTrackColor;
}
.mu-slider-fill{
background-color: @sliderSelectionColor;
&.disabled {
background-color: @sliderDisabledColor;
}
}
.mu-slider-thumb{
background-color: @sliderSelectionColor;
color: @sliderSelectionColor;
.mu-slider.zero &,
.mu-slider.disabled &{
border-color: @sliderDisabledColor;
color: @sliderDisabledColor;
background-color: @sliderZeroColor;
}
}