Answers for "remove auto focus selected background color"

CSS
0

remove auto focus selected background color

input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
  }
Posted by: Guest on April-07-2022

Code answers related to "remove auto focus selected background color"

Browse Popular Code Answers by Language