added the icon of select back && git push -u origin main

main
alexanderroese 2024-06-21 21:45:24 +02:00
parent 6a7ace50ed
commit 233d2a219e
1 changed files with 7 additions and 2 deletions

View File

@ -1622,8 +1622,6 @@ 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);
@ -1641,6 +1639,13 @@ 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,