summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-04 01:19:46 +0200
committerAlon Levy <alon@pobox.com>2014-12-04 01:20:18 +0200
commite47fd94a93e586cd38b58f3c047726fc366cf74e (patch)
tree6e078269f9e0ad3aba8eb97771f9c7fc46f2cf1b
parent9356e631875e2c198ded4c7edd3e4503dcc941bb (diff)
enable back pointer-events for links
-rw-r--r--res/css/partials/graph-view.scss2
-rw-r--r--res/css/style.css6
2 files changed, 2 insertions, 6 deletions
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{
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; }