mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 04:13:17 -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 {
|
.page-item.active .page-link:hover {
|
||||||
background-color: var(--pagination-active-hover-background);
|
background-color: var(--pagination-active-hover-background);
|
||||||
color: var(--pagination-active-hover-text);
|
color: var(--pagination-active-hover-text);
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-link:hover {
|
.page-link:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user