From 7f48adf92e1da76af3461d652d6c6eadc3e898df Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Thu, 21 Nov 2019 19:40:04 -0500 Subject: [PATCH] Remove css for highlighted rect - let clients customize --- src/lib/editor/editor.component.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/editor/editor.component.scss b/src/lib/editor/editor.component.scss index 2bc1484..fd4072d 100644 --- a/src/lib/editor/editor.component.scss +++ b/src/lib/editor/editor.component.scss @@ -177,11 +177,6 @@ flo-view { outline: none; } -.joint-element.highlighted rect { - stroke: #34302d; - stroke-width: 3; -} - .joint-type-handle { cursor: pointer; }