Style tweak to ease a transition.

This commit is contained in:
Timothy Farrell 2017-12-09 16:06:17 -06:00
parent 5389ed8cd4
commit de50cbd6c3

View File

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