Skip to content

Commit c2eebfc

Browse files
committed
fix(uui-select): do not enforce a certain background-color
1 parent 0886524 commit c2eebfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/uui-select/lib/uui-select.element.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ export class UUISelectElement extends FormControlMixin(LitElement) {
250250
color: currentColor;
251251
border-radius: 0;
252252
box-sizing: border-box;
253-
background-color: transparent;
254253
border: 1px solid
255254
var(--uui-select-border-color, var(--uui-color-border));
256255
transition: all 150ms ease;

0 commit comments

Comments
 (0)