Skip to content

Commit 7fc28bd

Browse files
committed
fix(checkbox): remove extra gap
1 parent 8b28c09 commit 7fc28bd

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

src/components/checkbox/themes/shared/checkbox/checkbox.bootstrap.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ $theme: $bootstrap;
5555
}
5656
}
5757

58-
[part~='base'] {
59-
gap: rem(16px);
60-
}
61-
6258
:host(:hover) {
6359
[part~='control']::after {
6460
box-shadow: inset 0 0 0 rem(1px) var-get($theme, 'empty-color-hover');

src/components/checkbox/themes/shared/checkbox/checkbox.fluent.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ $disabled-color: var-get($theme, 'disabled-color');
4646
transform: scale(.8);
4747
}
4848

49-
[part~='base'] {
50-
gap: rem(16px);
51-
}
52-
5349
:host(:hover) {
5450
[part~='indicator'] {
5551
opacity: 1;

src/components/checkbox/themes/shared/checkbox/checkbox.indigo.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ $error-color-hover: var-get($theme, 'error-color-hover');
2121
}
2222
}
2323

24-
[part~='base'] {
25-
gap: rem(16px);
26-
}
27-
2824
[part~='control'] {
2925
--size: #{rem(16px)};
3026

src/components/checkbox/themes/shared/checkbox/checkbox.material.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ label {
5252
}
5353

5454
[part~='base'] {
55-
gap: rem(8px);
56-
5755
&:hover {
5856
[part~='control'] {
5957
&::before {

0 commit comments

Comments
 (0)