Skip to content

Commit

Permalink
fix(comp:checkbox): style error when disabled (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzaijiang committed Dec 9, 2022
1 parent 5c74fcf commit 55b0be8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/checkbox/style/index.less
Expand Up @@ -129,6 +129,10 @@
color: @checkbox-color-disabled;

.@{checkbox-prefix}-input {
&-inner {
cursor: not-allowed;
}

&-box {
background-color: @checkbox-background-color-disabled;
border-color: @checkbox-border-color;
Expand Down

0 comments on commit 55b0be8

Please sign in to comment.