From 8497524ac08fac25b5d15ed73253d583c9a2bfc0 Mon Sep 17 00:00:00 2001 From: Inverle Date: Sat, 28 Feb 2026 15:06:36 +0100 Subject: [PATCH] Fix only the title being highlighted after hovering a bit on an article (#8538) Before: ![before](https://github.com/user-attachments/assets/cafbbe8d-bad9-40fc-bb85-f825a2c16003) After: ![after](https://github.com/user-attachments/assets/ca5f8736-66e0-4634-bf97-fe03e9633a63) Affected themes were: * Alternative Dark * Origine * Pafat --- p/themes/Alternative-Dark/adark.css | 4 ---- p/themes/Alternative-Dark/adark.rtl.css | 4 ---- p/themes/Origine/origine.css | 1 - p/themes/Origine/origine.rtl.css | 1 - p/themes/Pafat/pafat.css | 1 - p/themes/Pafat/pafat.rtl.css | 1 - 6 files changed, 12 deletions(-) diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css index f23245f42..f81a2e533 100644 --- a/p/themes/Alternative-Dark/adark.css +++ b/p/themes/Alternative-Dark/adark.css @@ -777,10 +777,6 @@ kbd { background: var(--background-color-hover); } -.flux:not(.current):hover .item .title { - background: var(--background-color-hover); -} - .flux.current:not(.active) { background: var(--background-color-hover); } diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css index e9b38e2b5..1ef745e66 100644 --- a/p/themes/Alternative-Dark/adark.rtl.css +++ b/p/themes/Alternative-Dark/adark.rtl.css @@ -777,10 +777,6 @@ kbd { background: var(--background-color-hover); } -.flux:not(.current):hover .item .title { - background: var(--background-color-hover); -} - .flux.current:not(.active) { background: var(--background-color-hover); } diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 94474d640..7b8c4b0ca 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -853,7 +853,6 @@ button:hover .icon, } .flux .flux_header:not(.current):hover .flux_header, -.flux:not(.current):hover .flux_header .title, .flux.current .flux_header { background-color: var(--background-color-hover); } diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css index d2beb6189..fb62eaf98 100644 --- a/p/themes/Origine/origine.rtl.css +++ b/p/themes/Origine/origine.rtl.css @@ -853,7 +853,6 @@ button:hover .icon, } .flux .flux_header:not(.current):hover .flux_header, -.flux:not(.current):hover .flux_header .title, .flux.current .flux_header { background-color: var(--background-color-hover); } diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index d0307aa8e..dad834fc7 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -797,7 +797,6 @@ a.signin { } .flux .flux_header:hover, -.flux:not(.current):hover .flux_header .title, .flux.current .flux_header { background-color: var(--background-color-grey-hover); } diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index a349fb60e..1e23e386d 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -797,7 +797,6 @@ a.signin { } .flux .flux_header:hover, -.flux:not(.current):hover .flux_header .title, .flux.current .flux_header { background-color: var(--background-color-grey-hover); }