Skip to content

Commit 611af5a

Browse files
authored
Merge pull request #5954 from pat270/LPD-50093
fix(@clayui/css): custom-control-outside shouldn't be clickable beyon…
2 parents 8f17a31 + bf49b50 commit 611af5a

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

packages/clay-css/src/scss/cadmin/variables/_custom-forms.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ $cadmin-custom-control-outside: () !default;
538538
$cadmin-custom-control-outside: map-deep-merge(
539539
(
540540
label: (
541-
display: block,
542541
padding-left:
543542
calc(
544543
#{$cadmin-custom-control-indicator-size} + #{$cadmin-custom-control-description-padding-left}

packages/clay-css/src/scss/variables/_custom-forms.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ $custom-control-outside: () !default;
536536
$custom-control-outside: map-deep-merge(
537537
(
538538
label: (
539-
display: block,
540539
padding-left:
541540
calc(
542541
#{$custom-control-indicator-size} + #{$custom-control-description-padding-left}

packages/clay-form/BREAKING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# List of Breaking Changes for 4.x
22

33
- `onChange` will return only the value instead of the event.
4+
- Remove the CSS class `custom-control-outside` from checkboxes and radio inputs.

0 commit comments

Comments
 (0)