I have a strange case of trying to combine two pseudoclasses: :not and :nth-of-type() to get rainbow striping on non-hidden items
:not
:nth-of-type()
Having a
This appears to be a duplicate of this question: Css coloring table problem
The answer of that was essentially, no, but you could apply a class to the visible rows to make it work.