Skip to content

Commit 4eb4431

Browse files
committed
fix: use transparent background to prevent hiding content
1 parent ac63c00 commit 4eb4431

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ $cb-skeleton-dark: #d2d2d2;
179179
&:placeholder-shown:focus:not(&-nofilter):has(+ .widget-combobox-placeholder-empty) {
180180
max-width: 3px;
181181
margin-right: -3px;
182+
background: transparent;
182183
}
183184
}
184185

@@ -188,6 +189,7 @@ $cb-skeleton-dark: #d2d2d2;
188189
&:placeholder-shown:focus:not(&-nofilter) {
189190
max-width: 3px;
190191
margin-right: -3px;
192+
background: transparent;
191193
}
192194
}
193195
}

0 commit comments

Comments
 (0)