Autofill items are displayed white text on white background
Open
- Dominant language
- Rust
- Stars
- 2.8k
- Forks
- 115
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 51
Description
This is the culprit
```
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 8553600s;
-webkit-text-fill-color: #fff !important;
}
```
Contributor guide
Assessment
This issue has not been assessed yet.