aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-07 16:07:50 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-08 01:27:45 +0000
commitc1e1d94f226c00679ef03a81bf7c20c1fbd0f534 (patch)
tree132c68ef1737d3f3c1fba3c7b95bbe2d61b7107c /html
parenta8e8f3a618ac01a7fbf2993702847f6379fb5778 (diff)
downloadgit-deps-c1e1d94f226c00679ef03a81bf7c20c1fbd0f534.tar.gz
pass mouse events through from <text> to <rect>
Diffstat (limited to 'html')
-rw-r--r--html/git-deps.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/git-deps.css b/html/git-deps.css
index 6647bcd..4f34729 100644
--- a/html/git-deps.css
+++ b/html/git-deps.css
@@ -17,6 +17,7 @@ g.node text {
text-anchor: middle;
alignment-baseline: middle;
cursor: pointer;
+ pointer-events: none;
}
.link {