Skip to content

Commit

Permalink
Implemented accessibility enhancements to pagination (#304)
Browse files Browse the repository at this point in the history
Implemented accessibility enhancements to pagination suggested by @eschweitzer78
  • Loading branch information
laurenhitchon authored Apr 20, 2023
1 parent 545987b commit fe30e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pagination/_pagination.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<nav class="nsw-pagination" aria-label="Pagination">
<ul>
<li>
<a class="nsw-icon-button{{#if disabled}} disabled{{/if}}" href="#">
<a class="nsw-icon-button{{#if disabled}} disabled{{/if}}" href="#"{{#if disabled}} aria-disabled="true"{{/if}}>
<span class="material-icons nsw-material-icons" focusable="false" aria-hidden="true">keyboard_arrow_left</span>
<span class="sr-only">Previous</span>
</a>
Expand Down

0 comments on commit fe30e98

Please sign in to comment.