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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user