79738909

Date: 2025-08-18 14:50:36
Score: 0.5
Natty:
Report link

I have managed to fix this issue in Chrome with the help of @Karim. I was using React with the 'styled-components' package, and I needed to add CSS only.
It needs only -webkit-autofill, but I have also added the focus pseudo-class

:focus ~ label, :-webkit-autofill ~ label {
    // your css style change for the label input
}
Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tanya Dolgopolova