From af8cbae24045227d0101245fe75a1c6b54c96c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 22 Dec 2015 15:17:25 +0100 Subject: [PATCH] Improve burndown button interaction --- app/styles/components/summary.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/styles/components/summary.scss b/app/styles/components/summary.scss index 25f26f33..cd25dc2f 100644 --- a/app/styles/components/summary.scss +++ b/app/styles/components/summary.scss @@ -44,6 +44,9 @@ $summary-background: $grayer; fill: $primary-light; transition: fill .2s; } + svg { + fill: $primary; + } } &.active { .white-line, @@ -53,9 +56,14 @@ $summary-background: $grayer; .graph { fill: $primary; } + svg { + fill: $primary; + } } svg { + fill: $black; height: 100%; + transition: all .2s; width: 100%; } .graph,