From 2fd9b8ec274a0a57c30799811857d0707adc1bcc Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 8 Dec 2014 15:34:19 +0200 Subject: 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. --- res/css/partials/graph-view.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.3.1