diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-12 00:03:45 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-12 02:23:58 +0000 |
commit | 703b452bec4f43d4ad3230f9ca126cec069a49c5 (patch) | |
tree | 1ea0ffd62509a588221aff5b2b1315043eb73be4 /html/css/git-deps.css | |
parent | 5b34b9e246b32a9b8ce1c74a372ec1eb58acdd60 (diff) | |
download | git-deps-703b452bec4f43d4ad3230f9ca126cec069a49c5.tar.gz |
add clickable plus icons (closes #15)
Diffstat (limited to 'html/css/git-deps.css')
-rw-r--r-- | html/css/git-deps.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/html/css/git-deps.css b/html/css/git-deps.css index c522459..6e5b673 100644 --- a/html/css/git-deps.css +++ b/html/css/git-deps.css @@ -56,6 +56,14 @@ g.node text { pointer-events: none; } +.plus-icon use { + display: none; +} + +.plus-icon:hover use { + display: visible; +} + .link { fill: none; stroke: #000; |