Skip to content

Commit a0930e6

Browse files
yordan-stgjulivan
authored andcommitted
fix: remove class to add to atlas
1 parent 4a74cce commit a0930e6

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

packages/pluggableWidgets/combobox-web/src/ui/Combobox.scss

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ $cb-skeleton-dark: #d2d2d2;
159159
}
160160

161161
&-input {
162-
color: var(--cb-text-color, --gray-dark, $cb-gray-dark);
162+
color: var(--cb-text-color, var(--gray-dark, $cb-gray-dark));
163163
flex-grow: 1;
164164
border: none;
165165
padding: 0;
@@ -230,7 +230,7 @@ $cb-skeleton-dark: #d2d2d2;
230230
cursor: not-allowed;
231231

232232
&-text {
233-
color: var(--cb-text-color, --gray-darker, $cb-typography-color);
233+
color: var(--cb-text-color, var(--gray-darker, $cb-typography-color));
234234
position: absolute;
235235
left: 0;
236236
right: 0;
@@ -244,7 +244,7 @@ $cb-skeleton-dark: #d2d2d2;
244244
}
245245

246246
&-empty {
247-
color: var(--cb-text-color, --gray-dark, $cb-gray-dark);
247+
color: var(--cb-text-color, var(--gray-dark, $cb-gray-dark));
248248
}
249249
}
250250

@@ -418,18 +418,6 @@ $cb-skeleton-dark: #d2d2d2;
418418
}
419419
}
420420

421-
.hide-bg.form-group .widget-combobox {
422-
.widget-combobox {
423-
&-input-container {
424-
background-color: transparent;
425-
border: unset;
426-
input {
427-
background-color: transparent;
428-
}
429-
}
430-
}
431-
}
432-
433421
@keyframes skeleton-loading {
434422
0% {
435423
background-position: right;

0 commit comments

Comments
 (0)