Skip to content

Commit

Permalink
Merge pull request #1117 from dpc-sdp/bugfix/R20-1906-pagination-unde…
Browse files Browse the repository at this point in the history
…rline

[R20-1906] Added missing underline to pagination next/prev buttons
  • Loading branch information
dylankelly committed Apr 18, 2024
2 parents 893a551 + caa24bb commit 12746ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
display: flex;
align-items: center;
gap: var(--rpl-sp-2);
text-decoration: underline;

&:focus-visible .rpl-pagination__link-icon {
color: var(--rpl-clr-type-focus-contrast);
Expand Down

0 comments on commit 12746ca

Please sign in to comment.