mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 20:54:09 +00:00
Set a different color for property bullet
This commit is contained in:
@@ -2929,7 +2929,7 @@
|
||||
(block-right-menu config block edit?))]
|
||||
|
||||
(when (and (config/db-based-graph? repo) (not collapsed?))
|
||||
[:div {:style {:padding-left 29}}
|
||||
[:div.mt-1 {:style {:padding-left 29}}
|
||||
(db-properties-cp config
|
||||
block
|
||||
edit-input-id
|
||||
|
||||
@@ -355,7 +355,7 @@
|
||||
(when-let [id (:id icon)]
|
||||
(when (= :emoji (:type icon))
|
||||
[:em-emoji {:id id}]))
|
||||
[:span.bullet-container.cursor
|
||||
[:span.bullet-container.cursor (when collapsed? {:class "bullet-closed"})
|
||||
[:span.bullet]])])
|
||||
(fn [{:keys [toggle-fn]}]
|
||||
(ui/emoji-picker
|
||||
|
||||
@@ -123,3 +123,7 @@ input.simple-input:focus {
|
||||
max-width: 720px;
|
||||
}
|
||||
}
|
||||
|
||||
.property-key .bullet-container .bullet {
|
||||
background-color: darkgrey;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user