Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix autofill text color, not matching in dark mode #1419

Merged
merged 1 commit into from Jan 5, 2023
Merged

fix autofill text color, not matching in dark mode #1419

merged 1 commit into from Jan 5, 2023

Conversation

copulatrix
Copy link
Contributor

Fixes Autofill text on Chrome.

Apparently due to security concerns, Chrome has limited customisation of prefilled Autofill content.

This PR simply adds -webkit-text-fill-color: var(--#{$prefix}body-color);, which seems to match the text color, both when typed and auto filled.

Before:
image

After:
image

@vercel
Copy link

vercel bot commented Dec 27, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
tabler ✅ Ready (Inspect) Visit Preview Dec 27, 2022 at 10:07AM (UTC)

@codecalm
Copy link
Member

codecalm commented Jan 5, 2023

thank you for your help! ❤️

@codecalm codecalm merged commit 8c590fb into tabler:dev Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants