[OCaml] Mobile-friendly clone of cgit.
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.
lib/static/styles.css
@@ -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;