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

Chrome autofill makes input field white #66

Closed
1 task
ckVendrix opened this issue Sep 14, 2020 · 0 comments · Fixed by #508
Closed
1 task

Chrome autofill makes input field white #66

ckVendrix opened this issue Sep 14, 2020 · 0 comments · Fixed by #508
Labels
bug Something isn't working UI UI-Related changes or features

Comments

@ckVendrix
Copy link
Collaborator

ckVendrix commented Sep 14, 2020

description

When autofilling credentials in the login or register fields in chrome, the input field background gets colored white.

Solution (by @KillTrot):

<style lang="scss"> input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-background-clip: text; } </style>

acceptance criterias

  • Add solution-code to base-component
@ckVendrix ckVendrix added bug Something isn't working UI UI-Related changes or features labels Sep 14, 2020
@moisout moisout mentioned this issue Mar 27, 2021
moisout added a commit that referenced this issue Mar 29, 2021
Resolves #65
Resolves #66
Resolves #67
Resolves #70
Resolves #340

- Add proxy url to all images
- Disable scrolling when a popup is open
- Fix input field styles for chrome autofill
- Fix disabled subscribe button being reachable with tab
- Fix duplicate and missing meta tags
- Reduce build size by removing unused dependency
- Fix too wide icon on ios
- Improve subscription job
- Fix settings layout
- Fix about page layout

* 🐛 add missing imgProxyUrl

* 💚 update deployment config

* 🚧 begin on replacing nuxt event bus

* 🐛 replace nuxt event bus with store

* 🐛 remove clickaway directive

* 🐛 fix chrome autofill makes input field white

* 🐛 fix selectable disabled subscribe button

* 🐛 fix meta tags

* 🐛 fix duplicate meta tags

* 🐛 improve docker delete command

* ⚰️ remove unused dashjs

* ⚰️ comment unnecessary variables

* 🐛 fix too wide icon on ios

* ⚡️ improved subscription job efficiency

* 💄 fix logo width in desktop mode

* 🐛 add missing proxy to channel page

* 💄 fix channel links styling

* 👽 fix channel api

* 🐛 fix links directive

* 🐛 fix license styling

* 🐛 fix settings layout

* 🐛 fix about page layout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working UI UI-Related changes or features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant