Browse Source

fix(ui): remove selector icon from the shui select

charlie 1 year ago
parent
commit
224b16d16d
1 changed files with 2 additions and 4 deletions
  1. 2 4
      src/main/frontend/components/property.cljs

+ 2 - 4
src/main/frontend/components/property.cljs

@@ -243,8 +243,7 @@
                  (shui/select-trigger
                   {:class "!px-2 !py-0 !h-8"}
                   (shui/select-value
-                   {:placeholder "Select a schema type"})
-                  (shui/tabler-icon "selector" {:class "opacity-30"}))
+                   {:placeholder "Select a schema type"}))
                  (shui/select-content
                   (shui/select-group
                    (for [{:keys [label value disabled]} schema-types]
@@ -325,8 +324,7 @@
                  (shui/select-trigger
                   {:class "!px-2 !py-0 !h-8"}
                   (shui/select-value
-                   {:placeholder "Select a position mode"})
-                  (shui/tabler-icon "selector" {:class "opacity-30"}))
+                   {:placeholder "Select a position mode"}))
                  (shui/select-content
                   (shui/select-group
                    (for [{:keys [label value]} choices]