如何修改 input 自动填充账号密码时背景色?

300 阅读1分钟
input:-internal-autofill-selected {
  // 让浏览器自带的填充延迟很久才显示
  transition: background-color 5000s ease-in-out 0s !important;
}

原文地址