Skip to content

Commit

Permalink
fix: radio cursor style
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Dec 8, 2021
1 parent 2df7cc6 commit 38721bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/radio/style/index.less
Expand Up @@ -31,7 +31,9 @@
align-items: baseline;
margin-right: @radio-wrapper-margin-right;
cursor: pointer;

&-disabled {
cursor: not-allowed;
}
&::after {
display: inline-block;
width: 0;
Expand Down

0 comments on commit 38721bb

Please sign in to comment.