[Frontend] Delay added to expanded status indicator collapse

open #336
This commit is contained in:
Charles Hacskaylo
2015-12-11 15:02:10 -08:00
parent 5ad150a17e
commit 21fd16ddf1
3 changed files with 142 additions and 109 deletions

View File

@@ -65,7 +65,7 @@
}
.label {
// Max-width silliness is necessary for width transition
@include trans-prop-nice(max-width, .25s);
@include trans-prop-nice(max-width, .25s, 1.5s);
overflow: hidden;
max-width: 0px;
}
@@ -76,6 +76,7 @@
}
&:hover {
.label {
@include trans-prop-nice(max-width, .25s, 0s);
max-width: 450px;
width: auto;
}