79076644

Date: 2024-10-11 02:39:33
Score: 1
Natty:
Report link
    <div id="parent">
        <input type="text" id="one"/>
        <input type="text" id="two"/>
    </div>
    #parent:has(#one:focus) {
        color: red;
    }

just try making the element you want to style the parent that is what i did when i faced something like this

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