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

All Products: Add cursor pointer when hovering over pagination items #11502

Merged
Merged
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