From 4c4717a982f8d5b2cb0f7735c18a672e14b968c8 Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Sat, 26 Mar 2016 00:16:39 +0100 Subject: [PATCH] Set currently selected key's color to the primary color. #21 This commit relates to #18 as well, as we will have to refactor the color set here after finishing that issue. --- sass/app.scss | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/sass/app.scss b/sass/app.scss index a8bdbc7a..e738f588 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -183,18 +183,10 @@ ul { } svg.uhk { - &.faded { - #left-case, - #right-case { - fill: #555; - } - - rect { - fill: #666; - - &.active { - fill: #000; - } + rect { + &.active { + //TODO: use a color variable instead of the declaration below. + fill: #337ab7; } } }