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 { &-small:active&-checked:after {
left: 10px; margin-left: -16.5px;
} }
&-checked { &-checked {
@ -109,7 +107,7 @@
} }
&:active:after { &:active:after {
left: 16px; margin-left: -25px;
} }
} }