Within my grid, each row contains a button that, when clicked, triggers a modal popup. However, upon closing the popup by clicking the close button, a hover effect is immediately activated on the row where the close button is located. I am looking to delay this hover effect.
The hover effect is achieved through CSS tr:hover and I am unable to modify it. I simply need to add a delay to the hover effect that occurs when the close button is clicked.