From b3f7954d87c56250c6f1441373c1f33a21f48dc8 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 1 Apr 2015 18:18:49 +0300 Subject: client: graph_view: fix text with hover, text now under it's link plus make hover orange, and override opacity so nonselected hovered links are visible. --- res/client/css/by-view/graph-view.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 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 85a02ca2..0e14e041 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -20,7 +20,7 @@ } .circle:hover { - stroke: $yellow; + stroke: $orange; stroke-opacity: 1; stroke-width: 5px; } @@ -188,9 +188,10 @@ } .hovering .link { - stroke: $cyan; + stroke: $orange; stroke-opacity: 0.5; stroke-width: 2px; + opacity: 1; z-index: 1; } -- cgit v1.3.1