mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-17 15:40:53 +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 {
|
&-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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user