From 4cb0aa00fba0b69964467fffb6a79b2c61844dab Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 27 Feb 2016 14:51:35 +0200 Subject: [PATCH] Improved edition text handler. --- src/uxbox/ui/shapes/text.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxbox/ui/shapes/text.cljs b/src/uxbox/ui/shapes/text.cljs index 38783b8c07..f9d2916895 100644 --- a/src/uxbox/ui/shapes/text.cljs +++ b/src/uxbox/ui/shapes/text.cljs @@ -130,7 +130,7 @@ (def ^:const +select-rect-attrs+ {:stroke-dasharray "5,5" :style {:stroke "#333" :fill "transparent" - :stroke-opacity "1"}}) + :stroke-opacity "0.4"}}) (defmethod uusc/render-shape :builtin/text [{:keys [id x1 y1 x2 y2 content drawing? editing?] :as shape}]