From fbda0e405b2454fb47a4d1f00adebd4d5621f07b Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 24 Mar 2015 17:38:42 +0200 Subject: client: css: make notselected unclickable and hide any unselected link labels --- res/client/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index c7ea9ec6..ea9a2488 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -867,8 +867,12 @@ p { /* 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