I am using your tool, and I want to highlight the color I click in the picker. I tried to do it with CSS but it is not working. My code: ``` td:focus { border: 2px solid black; } ``` Can you please help me out with this. Regards, Varun