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/partials/graph-view.scss | 2 -- 1 file changed, 2 deletions(-) (limited to 'res/css/partials') diff --git a/res/css/partials/graph-view.scss b/res/css/partials/graph-view.scss index 95f7bdbb..f4854998 100644 --- a/res/css/partials/graph-view.scss +++ b/res/css/partials/graph-view.scss @@ -132,7 +132,6 @@ stroke: #EDE275; stroke-width: 2px; z-index:1; - pointer-events: none; } .link.enter, .link.exit, .link.selected { @@ -140,7 +139,6 @@ stroke: #EDE275; stroke-width: 4px; z-index:1; - pointer-events: none; } #editbox input{ -- cgit v1.3.1