Closed
Description
This only occurs when the pagination controls contain an ellipsis. Clicking a page number that will move the ellipsis to a different spot in the array causes the page number at the clicked index to have the CSS class associated with a mouse hover, even on mouse exit. The class disappears when you click anywhere else.
Steps to reproduce:
- Open the Plunker example.
- Click page 6.
- Notice that page 7, which is where your mouse currently is, will stay darkened even when your mouse leaves the element.
- Click anywhere else; the class that darkens that element will be removed.
Thanks!