remove auto focus selected background color

50

input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
  }

Comments

Submit
0 Comments