I have this mini test example: https://jsfiddle.net/3d6udf2n/.
When I start dragging the mouse from outside of the Link
to the inside, it doesn't change the background and color untill I release the mouse.
My question is, how can I make it (with css or javascript) so the hover event works no matter if I'm dragging or not.