mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
enhance(ui): polish details
This commit is contained in:
@@ -675,10 +675,10 @@
|
|||||||
:page-cp page-cp})
|
:page-cp page-cp})
|
||||||
|
|
||||||
(when-not (ldb/built-in-class-property? block property)
|
(when-not (ldb/built-in-class-property? block property)
|
||||||
[:div.mt-8.my-4
|
[:div.mt-4.border-t.pt-3.px-3.-mx-4.-mb-1
|
||||||
(shui/button
|
(shui/button
|
||||||
{:variant :destructive
|
{:variant :ghost
|
||||||
:class "text-muted-foreground opacity-50 hover:opacity-80"
|
:class "!text-red-rx-09 opacity-50 hover:opacity-100"
|
||||||
:size :sm
|
:size :sm
|
||||||
:on-click (fn []
|
:on-click (fn []
|
||||||
(handle-delete-property! block property {:class-schema? class-schema?})
|
(handle-delete-property! block property {:class-schema? class-schema?})
|
||||||
|
|||||||
Reference in New Issue
Block a user