mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 10:13:52 -04:00
Replace four :has(~.date) selectors with a has-date modifier class on .flux_header, mirroring the existing has-thumbnail and has-summary classes. The condition (whether the date is rendered) is known server-side and can be exposed on the parent <ul> directly. Same elements matched in modern browsers. The rules now also apply in browsers without :has() support, fixing the date column overlapping the title in SeaMonkey (#6776). Co-authored-by: Bjørn A. Andersen <polybjorn@users.noreply.github.com>