fix pagination hover cursor

This commit is contained in:
Sean Yesmunt 2018-06-21 14:32:16 -04:00
parent 9657709c16
commit 1c7d0165dc

View file

@ -9,12 +9,12 @@
line-height: $spacing-vertical * 1.5;
height: $spacing-vertical * 1.5;
border-radius: 2px;
&:not(.pagination__item--selected):hover {
&:not(.pagination__item--selected):not(.pagination__item--break):not(.disabled):hover {
background: rgba(0, 0, 0, 0.2);
> a {
cursor: hand;
}
cursor: pointer;
}
> a {
display: inline-block;
padding: 0 $spacing-vertical * 2 / 3;