From bbfe1313edb5bc32c3c114311a35f1e1630ce64c Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 5 May 2015 12:10:01 +0300 Subject: css: selected link/node: yellow outline always, larger for first selected node --- res/client/css/by-view/graph-view.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (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 96114c77..b6baa954 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -202,12 +202,12 @@ .node.first-selected .circle { stroke: $yellow; stroke-opacity: 1; - stroke-width: 3px; + stroke-width: 6px; z-index: 1; } .node.selected .circle { - stroke: $cyan; + stroke: $yellow; stroke-opacity: 1; stroke-width: 2px; z-index: 1; @@ -233,9 +233,9 @@ z-index: 1; } -.link.enter, .link.exit, .link.related { - stroke: $cyan; - stroke-opacity: 0.5; +.link.selected { + stroke: $yellow; + stroke-opacity: 1.0; stroke-width: 2px; z-index: 1; } -- cgit v1.3.1