li span[data-action] > img {
    opacity:.5;
    transition:opacity .2s;
}
li span[data-action]:hover > img {
    opacity:1;
}