We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac63c00 commit 4eb4431Copy full SHA for 4eb4431
1 file changed
packages/pluggableWidgets/combobox-web/src/ui/Combobox.scss
@@ -179,6 +179,7 @@ $cb-skeleton-dark: #d2d2d2;
179
&:placeholder-shown:focus:not(&-nofilter):has(+ .widget-combobox-placeholder-empty) {
180
max-width: 3px;
181
margin-right: -3px;
182
+ background: transparent;
183
}
184
185
@@ -188,6 +189,7 @@ $cb-skeleton-dark: #d2d2d2;
188
189
&:placeholder-shown:focus:not(&-nofilter) {
190
191
192
193
194
195
0 commit comments