浏览代码

tweak opacity for non-default property bullet

Tienson Qin 1 年之前
父节点
当前提交
fa72a92a57
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/frontend/components/property.cljs

+ 1 - 1
src/main/frontend/components/property.cljs

@@ -644,7 +644,7 @@
                                               :inline-text inline-text
                                               :page-cp page-cp))]
          [:div.property-value-container.col-span-3.flex.flex-row.gap-1.items-center
-          (when-not block? [:div.opacity-75 {:style {:margin-left 5}}
+          (when-not block? [:div.opacity-30 {:style {:margin-left 5}}
                             [:span.bullet-container.cursor [:span.bullet]]])
           [:div.flex.flex-1
            (if (and (:class-schema? opts) (:page-configure? opts))