Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
All Products: Add cursor pointer when hovering over pagination items (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldudzic authored Oct 31, 2023
1 parent 3639b71 commit efa4c8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/js/base/components/pagination/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
padding: 0.3em 0.6em;
min-width: 2.2em;

&:not([disabled]) {
cursor: pointer;
}

@include breakpoint("<782px") {
padding: 0.1em 0.2em;
min-width: 1.6em;
Expand Down

0 comments on commit efa4c8d

Please sign in to comment.