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.
This commit is contained in:
Arpad Csanyi
2016-03-26 00:16:39 +01:00
parent c62b8506e9
commit 4c4717a982

View File

@@ -183,18 +183,10 @@ ul {
} }
svg.uhk { svg.uhk {
&.faded { rect {
#left-case, &.active {
#right-case { //TODO: use a color variable instead of the declaration below.
fill: #555; fill: #337ab7;
}
rect {
fill: #666;
&.active {
fill: #000;
}
} }
} }
} }