Fix active Switch style, close #3838

This commit is contained in:
afc163 2016-11-14 18:52:50 +08:00
parent 76b91812f4
commit b54d0ccc31

View File

@ -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;
}
}