summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-03 23:59:40 +0200
committerAlon Levy <alon@pobox.com>2014-12-04 00:06:03 +0200
commitc63ee0fe90ede5379d50ca949ad0cfd993d7b0e7 (patch)
treebae59d561ecde7f04d340be3ec7e927ce746387e /res
parentc48dcc3b70826bdc210056879f6fb8e1882ccc1f (diff)
css: remove pointer-events:none from selected elements
Diffstat (limited to 'res')
-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 9d024b81..2d9d4701 100644
--- a/res/css/style.css
+++ b/res/css/style.css
@@ -246,15 +246,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; }