Fix secondary torrent props

This commit is contained in:
John Furrow
2016-03-26 23:40:34 -07:00
parent 56ce8888f6
commit 6f2a6cda79
3 changed files with 7 additions and 3 deletions
@@ -289,6 +289,10 @@ $torrent--background--error: #e95779;
.is-selected & {
color: #fff;
}
.is-selected.is-stopped & {
color: $torrent--tertiary--foreground--selected--stopped;
}
}
&--download {