1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00

Add seed progress percentage to compact rows (#6034)

Fixes #6009

TorrentRendererFull actually uses the class `full` to add seeding progress. We can get seeding progress functionality in compact mode if we just apply the same progress indication to the compact rows, too. (Put simply: don't rely on the `full` class to apply progress percentage.)
This commit is contained in:
Derek Reiff 2023-09-25 06:53:48 -07:00 committed by GitHub
parent 6ead147620
commit 0e0c6b8e2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -728,11 +728,7 @@ $video-image: '../img/film.svg';
background-color: var(--color-progressbar-seed-paused); background-color: var(--color-progressbar-seed-paused);
} }
&.seed { &.seed:not(.paused) {
background-color: var(--color-progressbar-seed-1);
}
&.seed.full:not(.paused) {
background: linear-gradient( background: linear-gradient(
to right, to right,
var(--color-progressbar-seed-1) 0, var(--color-progressbar-seed-1) 0,