aboutsummaryrefslogtreecommitdiffstats
path: root/html/css/git-deps.css
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-12 00:03:45 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-12 02:23:58 +0000
commit703b452bec4f43d4ad3230f9ca126cec069a49c5 (patch)
tree1ea0ffd62509a588221aff5b2b1315043eb73be4 /html/css/git-deps.css
parent5b34b9e246b32a9b8ce1c74a372ec1eb58acdd60 (diff)
downloadgit-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.css8
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;