Perf: remove DL button animation

Turns out this is huge. For some inexplicable reason, it improves hover and scroll in the torrent detail view, for a torrent with 350 files, from ~10FPS to ~60FPS.
This commit is contained in:
DC
2016-07-22 17:52:17 -07:00
parent 7b4fd57a94
commit 793ea79cab

View File

@@ -492,21 +492,7 @@ input[type='text'] {
}
.torrent .buttons .download.downloading {
animation-name: greenpulse;
animation-duration: 0.8s;
animation-direction: alternate;
animation-iteration-count: infinite;
}
@keyframes greenpulse {
0% {
color: #ffffff;
padding-top: 4px;
}
100% {
color: #44dd44;
padding-top: 6px;
}
color: #44dd44;
}
.torrent .buttons .download.seeding {