From c42eb4647d4da33d2a115fe8561ad7b9588182e9 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Fri, 21 Jun 2024 21:47:46 +0200 Subject: [PATCH] added the icon of select back --- assets/base.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/assets/base.css b/assets/base.css index 59b0cbd..dc45933 100644 --- a/assets/base.css +++ b/assets/base.css @@ -1622,6 +1622,9 @@ 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); @@ -1639,13 +1642,6 @@ 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,