79274630

Date: 2024-12-12 10:08:00
Score: 1
Natty:
Report link

It is possible to add a conditional for the td to set the background

td:has(>.special_class) { background-color: yellow; }

this will apply background color yellow when it has a direct child called specialclass

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