Improve burndown button interaction
parent
f6cf6d227c
commit
af8cbae240
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue