You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The built in autocomplete suggestions provided by Chrome cause the background color of the input fields to turn white when hovering over the suggestions. See the two screenshots (first is normal state, second is when hovering over the suggestions.)
My setup is a new laravel project, flux pro 1.0.14, tailwind uses darkMode through selector
Thanks for this report - I think I recall hearing about this at some point early-on, but then pulling a "works on my machine". I think this is only something that happens on Windows. Anyhow, thanks for providing the CSS fix. As soon as I can test this on windows I will try to address it.
calebporzio
changed the title
White background on input in dark mode by chrome autocomplete suggestion
Text input has white background from chrome autocomplete suggestion on Windows
Oct 23, 2024
calebporzio
changed the title
Text input has white background from chrome autocomplete suggestion on Windows
Text inputs have a white background from chrome autocomplete suggestions on Windows
Oct 23, 2024
Once again a weird chrome issue.
The built in autocomplete suggestions provided by Chrome cause the background color of the input fields to turn white when hovering over the suggestions. See the two screenshots (first is normal state, second is when hovering over the suggestions.)
My setup is a new laravel project, flux pro 1.0.14, tailwind uses darkMode through selector
To fix the issue I could add the following css:
The text was updated successfully, but these errors were encountered: