From 938e1ba26bf27c6bb8055baff5c1082a8a20d760 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 6 Apr 2015 17:30:53 +0300 Subject: client: css: enable no opacity hover. side effect: no more click to deselect before select (easier to implement). resolve #430 --- res/client/css/style.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 75315690..4899f5b6 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -882,6 +882,13 @@ p { font-size: 18px; z-index: 100; } +.notselected .circle, .notselected * { + opacity: 0.2; + -webkit-filter: blur(10px); } + +.linklabel.notselected { + display: none; } + .circle { z-index: 100; pointer-events: all; @@ -992,14 +999,6 @@ p { fill: #919095; } /* Selected parts of the graph, right now by clicking, later with search. */ -.notselected { - opacity: 0.2; - pointer-events: none; - -webkit-filter: blur(10px); } - -.linklabel.notselected { - display: none; } - .node.first-selected .circle { stroke: #fad900; stroke-opacity: 1; -- cgit v1.3.1