1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Only apply pagination-link hover styles to non-active items (#2433)

Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
Abdelrhman Said
2025-07-07 23:01:34 +03:00
committed by GitHub
parent 6fec73a3c4
commit cfd4cb6624
2 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Fix `.pagination-link` hover styles to non-active items

View File

@@ -9,10 +9,10 @@
.page-link {
min-width: 2rem;
border-radius: var(--#{$prefix}pagination-border-radius);
}
&:hover {
.page-item:not(.active) .page-link:hover {
background: var(--#{$prefix}pagination-hover-bg);
}
}
.page-text {