Skip to content

Commit 3ce1080

Browse files
committed
fix(ffe-form): remove background from checkbox wrapper
1 parent 4709eeb commit 3ce1080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ffe-form/less/checkbox.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
.ffe-checkbox {
44
line-height: 1.5rem;
5-
background-color: var(--ffe-color-surface-primary-default);
65
color: var(--ffe-color-foreground-default);
76

87
isolation: isolate;
@@ -77,8 +76,8 @@
7776
grid-column: 2 e('/') 3;
7877
grid-row: 1 e('/') -1;
7978
color: var(--ffe-color-foreground-default);
79+
background: transparent;
8080
}
81-
8281
.ffe-hidden-checkbox {
8382
position: absolute;
8483
opacity: 0;
@@ -137,6 +136,7 @@
137136

138137
.ffe-checkbox__description {
139138
color: var(--ffe-color-foreground-subtle);
139+
background: transparent;
140140
}
141141

142142
.ffe-checkbox__icon {

0 commit comments

Comments
 (0)