All Products: Add cursor pointer when hovering over pagination items (https://github.com/woocommerce/woocommerce-blocks/pull/11502)
This commit is contained in:
parent
46063d8fdd
commit
534a0dcd62
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue