79731044

Date: 2025-08-10 07:10:35
Score: 1
Natty:
Report link

I've come up with my own CSS selector to do just this.

.parent > .root:has(+ .paths > :not(:empty)) > div:last-child

I doubt this is much "cleaner", but I do believe this is a clearer notation.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MaxCodingTX