From 233d2a219eb18b304c96b5663a780047fbe629e0 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Fri, 21 Jun 2024 21:45:24 +0200 Subject: [PATCH] added the icon of select back && git push -u origin main --- assets/base.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/base.css b/assets/base.css index 6906025..59b0cbd 100644 --- a/assets/base.css +++ b/assets/base.css @@ -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,