Skip to content

Commit

Permalink
fix: radio cursor style #4997
Browse files Browse the repository at this point in the history
close #4997
  • Loading branch information
tangjinzhou committed Dec 8, 2021
1 parent 6f5730b commit 3b1510b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/radio/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3b1510b

Please sign in to comment.