tr.submission:has(a[href="from?site=<...>"]) { display: none; & + tr { display: none; } } .comtr:has(.hnuser[href="user?id=<...>"]) { display: none; }
time to take a shower after writing that
does it look measurably different this way? to me it looks the same but now indented
And thanks for an example with nested CSS, I hadn't seen that outside SASS before, hadn't realised that had made its way into W3C standards :-)
time to take a shower after writing that