mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 18:23:52 -04:00
The multiline class on the title <a> existed only so the parent <li> could detect it via :has(.multiline). The condition (thumbnail or summary enabled) is already exposed on the parent <ul> by the has-thumbnail and has-summary classes, so keying the rule on those directly removes the indirection. Same elements matched in modern browsers. The rule now also applies where :has() isn't supported, relevant to #6776. Co-authored-by: Bjørn A. Andersen <polybjorn@users.noreply.github.com>