summaryrefslogtreecommitdiff
path: root/res/css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-11-24 20:28:00 +0200
committerAlon Levy <alon@pobox.com>2014-11-24 20:28:00 +0200
commit224b9b40ef7ac3b560c28eaef8dea0473d362e71 (patch)
tree0831ccfb9e4b0f30bbf82e4654f6aaeb92a6e8ab /res/css
parent3ce7763529174d4fa28ab502859511a1340ce8a2 (diff)
style: group link selectors
Diffstat (limited to 'res/css')
-rw-r--r--res/css/style.css10
1 files changed, 1 insertions, 9 deletions
diff --git a/res/css/style.css b/res/css/style.css
index df1a2e5f..398fd37a 100644
--- a/res/css/style.css
+++ b/res/css/style.css
@@ -236,15 +236,7 @@ input:focus {
pointer-events: none;
}
-.link.enter {
- fill: none;
- stroke: #EDE275;
- stroke-width: 4px;
- z-index:1;
- pointer-events: none;
-}
-
-.link.exit {
+.link.enter, .link.exit, .link.selected {
fill: none;
stroke: #EDE275;
stroke-width: 4px;