fix: pagination text color

This commit is contained in:
Sean Yesmunt 2019-01-08 14:48:09 -05:00
parent 82dc80e100
commit 0ab1740b07

View file

@ -14,6 +14,10 @@
border-radius: 50%;
text-align: center;
&:not(.pagination__item--selected):hover {
color: $lbry-black;
}
&:not(.pagination__item--selected):not(.pagination__item--break):not(.disabled):hover {
background-color: $lbry-gray-1;
}