Skip to content
Snippets Groups Projects
Commit 751fde51 authored by Max T's avatar Max T
Browse files

added missing pagination class name

parent 3f0565bc
No related branches found
No related tags found
1 merge request!469Fixes #344581: Current page not selected in pagination widget
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<!-- svelte-ignore a11y-no-redundant-roles --> <!-- svelte-ignore a11y-no-redundant-roles -->
{#if pageCount > 0} {#if pageCount > 0}
<nav <nav
class="pagination__pager" class="pager pagination__pager"
aria-label={Drupal.t('Project Browser Pagination')} aria-label={Drupal.t('Project Browser Pagination')}
role="navigation" role="navigation"
> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment