All Products: Add cursor pointer when hovering over pagination items (https://github.com/woocommerce/woocommerce-blocks/pull/11502)

This commit is contained in:
Daniel Dudzic 2023-10-31 22:18:44 +01:00 committed by GitHub
parent 46063d8fdd
commit 534a0dcd62
1 changed files with 4 additions and 0 deletions

View File

@ -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;