mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 05:15:58 -06:00
Set default cursor when hovering over current pagination page
This commit is contained in:
parent
9c3a076e96
commit
81709bb47e
@ -765,6 +765,7 @@ h1 svg.icon {
|
||||
.page-item.active .page-link:hover {
|
||||
background-color: var(--pagination-active-hover-background);
|
||||
color: var(--pagination-active-hover-text);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.page-link:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user