'Active' page-items in the pagination component text colour [fixed in 4.4.1]

Hi,

Contrary to how the original bootstrap component operates, active page items will change their text colour on hover. By default, this results in a dark blue on light blue background, rather than retaining white text on a light blue background. The pagination component also doesn't adopt the primary colour for text. This is less of an issue, but still inconsistent with the original bootstrap component.

Thanks for looking into this!

Incorrect

Correct

Thank you for reporting this bug! It was caused by a missing href value on pagination items. We fixed this in 4.4.1 by setting them to "#" by default (you can change them of course).

Awesome. Thanks!