mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
Fix active Switch style, close #3838
This commit is contained in:
parent
76b91812f4
commit
b54d0ccc31
@ -88,10 +88,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
&-small:active&-checked:after {
|
||||
left: 10px;
|
||||
margin-left: -16.5px;
|
||||
}
|
||||
|
||||
&-checked {
|
||||
@ -109,7 +107,7 @@
|
||||
}
|
||||
|
||||
&:active:after {
|
||||
left: 16px;
|
||||
margin-left: -25px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user