fix prevent pagination page number highlight on arrow hover

Exclude .toolbar-pagination from the span:has(> a:hover) parent highlight rule so hovering prev/next arrows doesn't highlight the page number.

Commit
573415adde2e6b7c109b1a9a6c95a18c9e58e023
Author
Marius Peter <dev@marius-peter.com>
Author date
Committer
Marius Peter <dev@marius-peter.com>
Committer date
lib/static/styles.css
index d6717058..e994148a 100644..100644
@@ -31,7 +31,7 @@
31 31
32 32 /* Parent-highlight on hover — the wrapping element gets a subtle glow */
33 33 li:has(> a:hover),
34 Removed: span:has(> a:hover),
34 Added: span:has(> a:hover):not(.toolbar-pagination),
35 35 dd:has(> a:hover) {
36 36 background-color: #252525;
37 37 border-radius: 0.25rem;