Skip to content

Apply active class on link element in HAML pagination

What does this MR do?

This applies the .active class on the active <a> tag in HAML/Kaminari pagination to ensure that it inherits GitLab UI's CSS rules.

The Kaminari pagination is used in the issues page among others: https://gitlab.com/gitlab-org/gitlab/-/issues

Screenshots

Before After
Rest image image
Hover image image

Does this MR meet the acceptance criteria?

Conformity

Closes #213392 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports