Save settings more reasonably

This commit is contained in:
John Furrow
2016-05-03 20:44:47 -07:00
parent 5e8640457f
commit 2eac7fb035
20 changed files with 207 additions and 193 deletions
+15 -8
View File
@@ -167,6 +167,7 @@ $torrent--background--error: #e95779;
color: $torrent--secondary--foreground;
flex: 0 0 auto;
font-size: 0.75em;
font-weight: 500;
margin-right: $spacing-unit * 2/5;
text-align: right;
white-space: nowrap;
@@ -276,6 +277,20 @@ $torrent--background--error: #e95779;
&--speed {
&--download {
.is-actively-downloading & {
color: $green;
}
}
&--upload {
.is-actively-downloading & {
color: $blue;
}
}
&--download,
&--upload {
transition: color 0.25s;
@@ -292,14 +307,6 @@ $torrent--background--error: #e95779;
color: $torrent--tertiary--foreground--selected--stopped !important;
}
}
&--download {
color: $green;
}
&--upload {
color: $blue;
}
}
}
}