use 8px for radio circle (#16119)

This commit is contained in:
zombieJ 2019-04-16 15:48:36 +08:00 committed by GitHub
parent 16dd4311e0
commit 4cfbeeac2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@
.@{radio-inner-prefix-cls} {
border-color: @radio-dot-color;
&::after {
transform: scale(0.875);
transform: scale(1);
opacity: 1;
transition: all @radio-duration @ease-in-out-circ;
}