fix less variables in slider

This commit is contained in:
afc163 2016-12-27 17:04:10 +08:00
parent 9b8a26ba17
commit b0a5601c98

View File

@ -16,7 +16,7 @@
margin: 10px 6px;
height: 12px;
border-radius: 5px;
background-color: #e9e9e9;
background-color: @border-color-split;
cursor: pointer;
border-top: 4px solid #fff;
border-bottom: 4px solid #fff;
@ -107,7 +107,7 @@
margin-left: -4px;
width: 8px;
height: 8px;
border: 2px solid #e9e9e9;
border: 2px solid @border-color-split;
background-color: @component-background;
cursor: pointer;
border-radius: 50%;
@ -124,7 +124,7 @@
}
&-disabled {
background-color: #e9e9e9 !important;
background-color: @border-color-split !important;
.@{slider-prefix-cls}-track {
background-color: @slider-disabled-color !important;