I'm trying to make a table row color changed when a checkbox inside a td is selected with css and avoid javascript to change dom.
This is what i have tried so far but it does not work
tr:has(> .check-pokayoke:checked)
I'm trying to make a table row color changed when a checkbox inside a td is selected with css and avoid javascript to change dom.
This is what i have tried so far but it does not work
tr:has(> .check-pokayoke:checked)