summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-08 15:34:19 +0200
committerAlon Levy <alon@pobox.com>2014-12-08 16:11:10 +0200
commit2fd9b8ec274a0a57c30799811857d0707adc1bcc (patch)
tree145dd8474f2ed2d0c3747c40cc824e5c919414f6
parentf902c0cfe5ce6aed0fe8a517d4f28565f24b8ebb (diff)
Revert "Fixes #193 - reduce bubble opacity to 0.5 from 0.9"
This reverts commit b7e6b948b6ae1cc2f3cbf9523a4b6eab6e7993fe. Now that svg is partitioned with selected links above bubble it's opacity can be restored to the previous value.
-rw-r--r--res/css/partials/graph-view.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/css/partials/graph-view.scss b/res/css/partials/graph-view.scss
index 05bdf8f2..e5d3f1c1 100644
--- a/res/css/partials/graph-view.scss
+++ b/res/css/partials/graph-view.scss
@@ -77,7 +77,7 @@
}
.circle.bubble {
- fill: rgba(255,255,255,0.5);
+ fill: rgba(255,255,255,0.9);
pointer-events:none;
}
.circle.exit {