Style tweak to ease a transition.
This commit is contained in:
parent
5389ed8cd4
commit
de50cbd6c3
@ -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'
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user