Skip to content

Commit

Permalink
Fix Checkbox, Switch and Radio clickable area (#6541)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Jun 13, 2024
2 parents 736f4f6 + 0efc6c4 commit 4b39b53
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 0 additions & 4 deletions packages/themes/ecl/src/components/ecl-ec/input-checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@
background-color: var(--color-red-1xx);
}

.kol-input {
gap: var(--spacing-xs);
}

.button {
gap: var(--spacing-xs) 0;
grid-template-areas:
Expand Down
5 changes: 5 additions & 0 deletions packages/themes/ecl/src/components/ecl-ec/input-radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
.radio-input-wrapper {
display: flex;
align-items: center;
display: flex;
flex-direction: row;
margin: 0;
min-height: var(--a11y-min-size);
position: relative;
}

.radio-label {
Expand Down
4 changes: 0 additions & 4 deletions packages/themes/ecl/src/components/ecl-eu/input-checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@
background-color: var(--color-red-1xx);
}

.kol-input {
gap: var(--spacing-xs);
}

.button {
gap: var(--spacing-xs) 0;
grid-template-areas:
Expand Down
5 changes: 5 additions & 0 deletions packages/themes/ecl/src/components/ecl-eu/input-radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
.radio-input-wrapper {
display: flex;
align-items: center;
display: flex;
flex-direction: row;
margin: 0;
min-height: var(--a11y-min-size);
position: relative;
}

.radio-label {
Expand Down

0 comments on commit 4b39b53

Please sign in to comment.