Set default cursor when hovering over current pagination page

This commit is contained in:
BBaoVanC 2022-05-14 23:22:41 -05:00
parent 9c3a076e96
commit 81709bb47e
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 0 deletions

View File

@ -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 {