Only show ETA & transfer speeds if file is transferring

This commit is contained in:
John Furrow
2016-04-23 19:10:39 -07:00
parent 751e305292
commit 5e8640457f
7 changed files with 61 additions and 92 deletions
@@ -105,40 +105,6 @@ $client-stats--limits--icon--hover: $blue;
}
}
.client-stat {
&--limits {
background: none;
border: none;
color: $client-stats--limits--foreground;
display: block;
outline: none;
padding: 10px 15px;
font-size: 0.85em;
text-align: left;
transition: color 0.25s;
vertical-align: middle;
width: 100%;
.icon {
display: inline-block;
fill: $client-stats--limits--foreground;
margin: -2px 5px 0 0;
transition: fill 0.25s;
vertical-align: middle;
width: 14.5px;
}
&:hover {
color: $client-stats--limits--icon--hover;
.icon {
fill: $client-stats--limits--icon--hover;
}
}
}
}
.client-stat {
position: relative;