mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-28 07:51:31 +00:00
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;
|
line-height: $spacing-vertical * 1.5;
|
||||||
height: $spacing-vertical * 1.5;
|
height: $spacing-vertical * 1.5;
|
||||||
border-radius: 2px;
|
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);
|
background: rgba(0, 0, 0, 0.2);
|
||||||
> a {
|
cursor: pointer;
|
||||||
cursor: hand;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0 $spacing-vertical * 2 / 3;
|
padding: 0 $spacing-vertical * 2 / 3;
|
||||||
|
|
Loading…
Add table
Reference in a new issue