added the icon of select back

main
alexanderroese 2024-06-21 21:47:46 +02:00
parent 549b287851
commit c42eb4647d
1 changed files with 3 additions and 7 deletions

View File

@ -1622,6 +1622,9 @@ details[open] > .share-button__fallback {
.select__select, .select__select,
.customer .field input, .customer .field input,
.customer select { .customer select {
/*
-webkit-appearance: none;
appearance: none; */
background-color: rgb(var(--color-background)); background-color: rgb(var(--color-background));
color: rgb(var(--color-foreground)); color: rgb(var(--color-foreground));
font-family: var(--font-body-family); font-family: var(--font-body-family);
@ -1639,13 +1642,6 @@ details[open] > .share-button__fallback {
border: 0; border: 0;
} }
.field__input,
.select__select,
.customer .field input {
-webkit-appearance: none;
appearance: none;
}
.field:before, .field:before,
.select:before, .select:before,
.customer .field:before, .customer .field:before,