From 5c7562de64c1de4bd02c86a28fa4d4778532e6f1 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Wed, 17 Jul 2024 22:58:55 +0200 Subject: [PATCH] select with images --- assets/base.css | 4 ++-- snippets/product-variant-picker.liquid | 2 +- snippets/shx-3d-render-input.liquid | 6 ++---- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/assets/base.css b/assets/base.css index ac10add..8c44541 100644 --- a/assets/base.css +++ b/assets/base.css @@ -3676,7 +3676,7 @@ img { background-color: #ededed; } -.shx-custom-enhanced-dropdown-dropbtn { +.shx-custom-enhanced-dropdown-button { width: 100%; padding: 4px 14px 4px 24px; font-size: 16px; @@ -3686,7 +3686,7 @@ img { color: rgb(var(--color-foreground)); } -.shx-custom-enhanced-dropdown-dropbtn:focus { +.shx-custom-enhanced-dropdown-button:focus { outline: none; } diff --git a/snippets/product-variant-picker.liquid b/snippets/product-variant-picker.liquid index abf7f3d..1d92112 100644 --- a/snippets/product-variant-picker.liquid +++ b/snippets/product-variant-picker.liquid @@ -119,7 +119,7 @@ {% endfor %} -