I have this example:
<div class="container">
<div class="bp"></div>
</div>
if you hover the same square, his color changes; if you click, the parent size changes so the square move.
My problem is: If you don't move your mouse after the click, the square stays in the hover state... Why ? It's possible to remove this state after the click? without moving the mouse...
Thank you for your help