Skip to content

Commit

Permalink
Fix visually-hidden
Browse files Browse the repository at this point in the history
Refs: #7036
  • Loading branch information
anicyne committed Nov 28, 2024
1 parent 6436b38 commit 81e0a30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/components/pagination/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@
&__separator:before {
content: '•••';
}

&--visually-hidden {
@extend .visually-hidden;
}
}
}

0 comments on commit 81e0a30

Please sign in to comment.