From 224b9b40ef7ac3b560c28eaef8dea0473d362e71 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 24 Nov 2014 20:28:00 +0200 Subject: style: group link selectors --- res/css/style.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'res/css') diff --git a/res/css/style.css b/res/css/style.css index df1a2e5f..398fd37a 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -236,15 +236,7 @@ input:focus { pointer-events: none; } -.link.enter { - fill: none; - stroke: #EDE275; - stroke-width: 4px; - z-index:1; - pointer-events: none; -} - -.link.exit { +.link.enter, .link.exit, .link.selected { fill: none; stroke: #EDE275; stroke-width: 4px; -- cgit v1.3.1