Style tweak to ease a transition.

This commit is contained in:
Timothy Farrell 2017-12-09 16:06:17 -06:00
parent 5c38ac1c0b
commit 5634fbf599

View File

@ -55,7 +55,7 @@ export function AlbumPhotoTemplate(vm, { doc }) {
}, },
[ [
Icon({ Icon({
name: selectMode && !isSelected ? 'circle_o' : 'check_circle', name: selectMode && !isSelected && !hover() ? 'circle_o' : 'check_circle',
size: 0.75, size: 0.75,
fill: isSelected ? '#00C800' : '#fff' fill: isSelected ? '#00C800' : '#fff'
}) })