From e47fd94a93e586cd38b58f3c047726fc366cf74e Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Thu, 4 Dec 2014 01:19:46 +0200 Subject: enable back pointer-events for links --- res/css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index e19d6b29..d4d4855d 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -247,15 +247,13 @@ table { fill: none; stroke: #EDE275; stroke-width: 2px; - z-index: 1; - pointer-events: none; } + z-index: 1; } .link.enter, .link.exit, .link.selected { fill: none; stroke: #EDE275; stroke-width: 4px; - z-index: 1; - pointer-events: none; } + z-index: 1; } #editbox input { width: 130px; } -- cgit v1.3.1