mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
Use cursor as pointer on elements with interactions on view app.
This commit is contained in:
@@ -53,7 +53,9 @@
|
||||
(let [show-itx? (and (mx/react itx-flag-ref)
|
||||
(not (empty? (:interactions shape))))
|
||||
rect (geom/inner-rect shape)]
|
||||
[:g {:id (str "itx-" (:id shape))}
|
||||
[:g {:id (str "itx-" (:id shape))
|
||||
:style (when show-itx?
|
||||
{:cursor "pointer"})}
|
||||
(factory shape)
|
||||
(when show-itx?
|
||||
[:circle {:fill "#78dbbe"
|
||||
|
||||
Reference in New Issue
Block a user