only animate .torrent hover state

This commit is contained in:
Feross Aboukhadijeh
2016-03-08 14:03:26 -08:00
parent e9218fa1f0
commit 9547e1d907

View File

@@ -267,7 +267,7 @@ body.drag .drop-target {
background-repeat: no-repeat;
background-size: cover;
background-position: 0 50%;
transition: all 0.1s ease-out;
transition: -webkit-filter 0.1s ease-out;
position: relative;
animation: fadein .4s;
}