mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 12:44:22 +00:00
fix: can't click refs count
This commit is contained in:
@@ -2614,9 +2614,11 @@
|
||||
:on-mouse-over #(reset! *hover-container? true)
|
||||
:on-mouse-out #(reset! *hover-container? false)}
|
||||
(when (not (ldb/private-tags (:db/ident tag)))
|
||||
[:div.absolute.-left-5.bg-gray-01.transition-opacity.duration-300.ease-in-out
|
||||
[:div.absolute.bg-gray-03.transition-opacity.duration-300.ease-in-out
|
||||
{:class (if @*hover-container? "!opacity-100" "!opacity-0")
|
||||
:style {:top -2}}
|
||||
:style {:top -2
|
||||
:z-index (if @*hover-container? 99 -1)
|
||||
:left -23}}
|
||||
(shui/button
|
||||
{:size :sm
|
||||
:variant :ghost
|
||||
|
||||
Reference in New Issue
Block a user