-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Password autofill in Chrome disables the field's border-radius
#4767
Comments
lukasbestle
changed the title
Found a little Ui mistake
Password autofill in Chrome disables the field's Oct 6, 2022
border-radius
Don't think that's fixable TBH because Chrome injects some magic into the UI that we don't have any control over. |
@janstieler maybe you could test with a custom Panel CSS whether the prefilling from Chrome can be styled via https://developer.mozilla.org/en-US/docs/Web/CSS/:autofill |
lukasbestle
added
type: enhancement ✨
and removed
needs: information ❓
Requires more information to proceed
labels
Oct 9, 2022
distantnative
added a commit
that referenced
this issue
Oct 10, 2022
5 tasks
5 tasks
✅ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
if the password field in the panel login form is prefilled the blue background from Chrome breaks the borderradius.
I'm actually not sure if this is fixable. As we know the prefill makes some headaches.
The text was updated successfully, but these errors were encountered: