pagination .page-link is underlined on hover
Created by: niteraven78
I'm pretty sure it's supposed to NOT be underlined like v3.
it seems a:hover (2 points) takes specificity over .page-link (1 point).
v3: .pagination>li>a (3 points).
Created by: niteraven78
I'm pretty sure it's supposed to NOT be underlined like v3.
it seems a:hover (2 points) takes specificity over .page-link (1 point).
v3: .pagination>li>a (3 points).