afc163
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/checkbox/style/mixin.less
|
@ -26,7 +26,7 @@ |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
border: 1px solid @checkbox-color; |
|
|
border: 1px solid @checkbox-color; |
|
|
border-radius: @border-radius-base; |
|
|
border-radius: @checkbox-border-radius; |
|
|
visibility: hidden; |
|
|
visibility: hidden; |
|
|
animation: antCheckboxEffect 0.36s ease-in-out; |
|
|
animation: antCheckboxEffect 0.36s ease-in-out; |
|
|
animation-fill-mode: backwards; |
|
|
animation-fill-mode: backwards; |
|
|