added the icon of select back && git push -u origin main
parent
6a7ace50ed
commit
233d2a219e
|
@ -1622,8 +1622,6 @@ details[open] > .share-button__fallback {
|
|||
.select__select,
|
||||
.customer .field input,
|
||||
.customer select {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
background-color: rgb(var(--color-background));
|
||||
color: rgb(var(--color-foreground));
|
||||
font-family: var(--font-body-family);
|
||||
|
@ -1641,6 +1639,13 @@ details[open] > .share-button__fallback {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
.field__input,
|
||||
.select__select,
|
||||
.customer .field input {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.field:before,
|
||||
.select:before,
|
||||
.customer .field:before,
|
||||
|
|
Loading…
Reference in New Issue