From d808ca2a87bf6dd28accbb87209b71de2e520f83 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 21 Mar 2017 16:48:19 +0100 Subject: [PATCH] Add pointer cursor to all shapes that have interactions (view). --- frontend/src/uxbox/view/ui/viewer/shapes.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/uxbox/view/ui/viewer/shapes.cljs b/frontend/src/uxbox/view/ui/viewer/shapes.cljs index 1ad369c89..66f34c671 100644 --- a/frontend/src/uxbox/view/ui/viewer/shapes.cljs +++ b/frontend/src/uxbox/view/ui/viewer/shapes.cljs @@ -60,8 +60,7 @@ (not (empty? (:interactions shape)))) rect (geom/shape->rect-shape shape)] [:g {:id (str "itx-" (:id shape)) - :style (when show-itx? - {:cursor "pointer"})} + :style {:cursor "pointer"}} (factory shape) (when show-itx? [:circle {:fill "#78dbbe"