mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
🐛 Fix Checkbox checked extra space (#18059)
animation end state should be preserved close #18040
This commit is contained in:
parent
6841e059b7
commit
b1ac12a28a
@ -31,7 +31,7 @@
|
||||
border-radius: @border-radius-sm;
|
||||
visibility: hidden;
|
||||
animation: antCheckboxEffect 0.36s ease-in-out;
|
||||
animation-fill-mode: both;
|
||||
animation-fill-mode: backwards;
|
||||
content: '';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user