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 {
&.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;
}
}
}