emojier: Use ItemDelegate for emojiLabel
Using ItemDelegate for emojiLabel lets us use the default highlighting across all the delegates. We then set the highlight on with GridView.isCurrentItem
.
The bug was not that the focus didn't work, it was that the focus was not indicated properly.
Edited by Akseli Lahtinen