Skip to content

Commit 4238b78

Browse files
authored
fix(checkbox): dont show visual changes on disabled checkboxes
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)
1 parent 2de0f90 commit 4238b78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/definitions/modules/checkbox.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@
353353
cursor: default !important;
354354
opacity: @disabledCheckboxOpacity;
355355
color: @disabledCheckboxLabelColor;
356+
pointer-events: none;
356357
}
357358
}
358359

0 commit comments

Comments
 (0)