mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
use 8px for radio circle (#16119)
This commit is contained in:
parent
16dd4311e0
commit
4cfbeeac2e
@ -116,7 +116,7 @@
|
|||||||
.@{radio-inner-prefix-cls} {
|
.@{radio-inner-prefix-cls} {
|
||||||
border-color: @radio-dot-color;
|
border-color: @radio-dot-color;
|
||||||
&::after {
|
&::after {
|
||||||
transform: scale(0.875);
|
transform: scale(1);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: all @radio-duration @ease-in-out-circ;
|
transition: all @radio-duration @ease-in-out-circ;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user