Skip to content

Commit

Permalink
fix: radio cursor style (#33198)
Browse files Browse the repository at this point in the history
* fix: radio cursor style

* [CodeFactor] Apply fixes to commit 38721bb

[ci skip] [skip ci]

Co-authored-by: codefactor-io <support@codefactor.io>
  • Loading branch information
tangjinzhou and code-factor committed Dec 8, 2021
1 parent 2df7cc6 commit ad3ba27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/radio/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
margin-right: @radio-wrapper-margin-right;
cursor: pointer;

&-disabled {
cursor: not-allowed;
}

&::after {
display: inline-block;
width: 0;
Expand Down

0 comments on commit ad3ba27

Please sign in to comment.