Files
FreshRSS/app/views
polybjorn 408419f433 refactor(themes): drop redundant multiline class on title (#8810)
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>
2026-05-11 16:12:20 +02:00
..
2023-12-18 17:59:16 +01:00
2024-12-27 12:12:49 +01:00
2023-11-16 22:43:00 +01:00
2026-01-20 20:00:39 +01:00
2026-04-16 08:23:43 +02:00