fix pagination hover cursor
This commit is contained in:
parent
9657709c16
commit
1c7d0165dc
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue