Skip to content

Fix inconsistent pagination styles

Clement Ho requested to merge consistent-pagination into master

What does this MR do?

Fixes the inconsistent pagination styling found in table_pagination.vue - which affects the environments table, pipelines table and registry table.

Loaded without user interaction

Before After Issues list pagination (using this as baseline)
Screen_Shot_2019-02-26_at_5.49.02_PM Screen_Shot_2019-02-26_at_5.47.39_PM Screen_Shot_2019-02-26_at_5.55.18_PM

Mouse hover over pagination item 1

Before After Issues list pagination (using this as baseline)
Screen_Shot_2019-02-26_at_5.50.48_PM Screen_Shot_2019-02-26_at_5.53.26_PM Screen_Shot_2019-02-26_at_5.55.28_PM

Keyboard focus over pagination item 1

Before After Issues list pagination (using this as baseline)
Screen_Shot_2019-02-26_at_5.52.15_PM Screen_Shot_2019-02-26_at_5.53.35_PM Screen_Shot_2019-02-26_at_5.55.36_PM

Mouse hover over pagination item 2

Before After Issues list pagination (using this as baseline)
Screen_Shot_2019-02-26_at_5.49.23_PM Screen_Shot_2019-02-26_at_5.53.46_PM Screen_Shot_2019-02-26_at_5.55.51_PM

Keyboard focus over pagination item 2

Before After Issues list pagination (using this as baseline)
Screen_Shot_2019-02-26_at_5.49.33_PM Screen_Shot_2019-02-26_at_5.53.54_PM Screen_Shot_2019-02-26_at_5.56.04_PM

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58194

Does this MR meet the acceptance criteria?

Edited by Clement Ho

Merge request reports