Skip to content

Commit

Permalink
Refactor pagination
Browse files Browse the repository at this point in the history
Refs: #7036
  • Loading branch information
anicyne committed Nov 29, 2024
1 parent f9a2ab5 commit 592121f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/themes/default/src/components/pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
}

.button {
&:focus {
outline: none;
}

.kol-pagination__button--selected & {
opacity: 1;
}
Expand Down

0 comments on commit 592121f

Please sign in to comment.