8 Replies
Nevermind, fixed the issue without making a crazy selector! Still curious though if something like this is possible 👀
why wouldn't that work?
Oh does that work? My selector logic was wrong then. I thought you couldn't nest :has with a :not into another :has
but it's not nested????
Nested wasn't the right term, just thought you couldn't do what I did above
It's essentially
:has:not:has
But good to know I can do this, thanksOhhhh cool, thank you!
you're welcome