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;
transition: fill .2s;
}
svg {
fill: $primary;
}
}
&.active {
.white-line,
@ -53,9 +56,14 @@ $summary-background: $grayer;
.graph {
fill: $primary;
}
svg {
fill: $primary;
}
}
svg {
fill: $black;
height: 100%;
transition: all .2s;
width: 100%;
}
.graph,