fix: radio cursor style #4997

close #4997
pull/5026/head
tangjinzhou 2021-12-08 10:26:23 +08:00
parent 6f5730b8ac
commit 3b1510b70e
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@
align-items: center;
margin-right: @radio-wrapper-margin-right;
cursor: pointer;
&-disabled {
cursor: not-allowed;
}
&::after {
display: inline-block;
width: 0;