Slider can show stop dot
Slider can show stop dot
This commit is contained in:
parent
c31856ea76
commit
41d90ccf1e
6 changed files with 28 additions and 5 deletions
|
@ -57,6 +57,14 @@
|
|||
border-radius: @btn-border-radius-small;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
&-stop{
|
||||
position: absolute;
|
||||
.square(@slider-height);
|
||||
border-radius: 50%;
|
||||
background-color: @slider-disabled-color;
|
||||
.transform(translateX(-50%));
|
||||
}
|
||||
}
|
||||
|
||||
.@{slider-prefix-cls}-disabled{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue