Skip to content

Commit

Permalink
fix(checkbox): dont show visual changes on disabled checkboxes
Browse files Browse the repository at this point in the history
When any checkbox variant was disabled, it was still showing visual changes on hover which would indicate a possibility to change the checkbox (although greyed out and not possible)
  • Loading branch information
lubber-de authored Jan 25, 2020
1 parent 2de0f90 commit 4238b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definitions/modules/checkbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@
cursor: default !important;
opacity: @disabledCheckboxOpacity;
color: @disabledCheckboxLabelColor;
pointer-events: none;
}
}

Expand Down

0 comments on commit 4238b78

Please sign in to comment.