diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-24 20:28:00 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-24 20:28:00 +0200 |
| commit | 224b9b40ef7ac3b560c28eaef8dea0473d362e71 (patch) | |
| tree | 0831ccfb9e4b0f30bbf82e4654f6aaeb92a6e8ab /res/css/style.css | |
| parent | 3ce7763529174d4fa28ab502859511a1340ce8a2 (diff) | |
style: group link selectors
Diffstat (limited to 'res/css/style.css')
| -rw-r--r-- | res/css/style.css | 10 |
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; |
