mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
fix less variables in slider
This commit is contained in:
parent
9b8a26ba17
commit
b0a5601c98
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user