polestar-ui-kit
Version:
## Install
38 lines (25 loc) • 585 B
text/less
@import '~antd/lib/slider/style/index';
@import '../../index';
@import '../../../../mixins/index';
@slider-prefix-cls: ~"@{ant-prefix}-slider";
.@{slider-prefix-cls} {
&-rail {
height: 5px;
border-radius: 2px;
}
&-track {
height: 5px;
background-color: @slider-track-background-color;
}
&:hover {
.@{slider-prefix-cls}-track {
background-color: @slider-track-background-color-hover;
}
}
&-disabled {
cursor: not-allowed;
.@{slider-prefix-cls}-rail {
background-color: @slider-disabled-color ;
}
}
}