diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-07 16:07:50 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-08 01:27:45 +0000 |
commit | c1e1d94f226c00679ef03a81bf7c20c1fbd0f534 (patch) | |
tree | 132c68ef1737d3f3c1fba3c7b95bbe2d61b7107c /html/git-deps.css | |
parent | a8e8f3a618ac01a7fbf2993702847f6379fb5778 (diff) | |
download | git-deps-c1e1d94f226c00679ef03a81bf7c20c1fbd0f534.tar.gz |
pass mouse events through from <text> to <rect>
Diffstat (limited to 'html/git-deps.css')
-rw-r--r-- | html/git-deps.css | 1 |
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 { |