From e4d2407ee9cc43bb09b198a6fba0ba43844cc154 Mon Sep 17 00:00:00 2001 From: garbash Date: Tue, 19 May 2015 00:23:58 +0300 Subject: Undo stroke width for non-action nodes --- res/client/css/by-view/graph-view.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/client/css/by-view') diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index 6a93c91f..1d62fefa 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -1,7 +1,7 @@ @mixin node-fill-color($color) { fill: $color; stroke: $color; - stroke-width: 11px; + stroke-width: 4px; stroke-opacity: 0.4; &.related { stroke: $cyan; -- cgit v1.3.1