Skip to content

Commit 3b1510b

Browse files
committed
fix: radio cursor style #4997
close #4997
1 parent 6f5730b commit 3b1510b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/radio/style/index.less

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
align-items: center;
3232
margin-right: @radio-wrapper-margin-right;
3333
cursor: pointer;
34-
34+
&-disabled {
35+
cursor: not-allowed;
36+
}
3537
&::after {
3638
display: inline-block;
3739
width: 0;

0 commit comments

Comments
 (0)