Improve burndown button interaction

stable
Xavier Julián 2015-12-22 15:17:25 +01:00
parent f6cf6d227c
commit af8cbae240
1 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,9 @@ $summary-background: $grayer;
fill: $primary-light; fill: $primary-light;
transition: fill .2s; transition: fill .2s;
} }
svg {
fill: $primary;
}
} }
&.active { &.active {
.white-line, .white-line,
@ -53,9 +56,14 @@ $summary-background: $grayer;
.graph { .graph {
fill: $primary; fill: $primary;
} }
svg {
fill: $primary;
}
} }
svg { svg {
fill: $black;
height: 100%; height: 100%;
transition: all .2s;
width: 100%; width: 100%;
} }
.graph, .graph,