Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Text illisible login form autocomplete chrome #1371

Closed
4 tasks
hamzahamidi opened this issue Nov 10, 2017 · 3 comments
Closed
4 tasks

Text illisible login form autocomplete chrome #1371

hamzahamidi opened this issue Nov 10, 2017 · 3 comments

Comments

@hamzahamidi
Copy link
Contributor

Deployment type

  • [ x] Cloud Foundry Application (cf push)
  • Kubernetes, using a helm chart
  • Docker, using docker compose
  • Docker, single container deploying all components
  • Other (please provide below)

Expected behaviour

Actual behaviour

screenshot-form -login-chrome

Steps to reproduce the behavior

When trying to Fill out forms automatically with chrome, the text becomes illisible

Log output covering before error and any error statements

Insert log here
@hamzahamidi
Copy link
Contributor Author

hamzahamidi commented Nov 10, 2017

As a temporary fix, I added to stratos-ui/components/app-core/frontend/src/view/login-page/login-form/login-form.scss

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px $brand-secondary inset !important; }

Is there any advice to fix it in a cleaner way ?

@richard-cox
Copy link
Contributor

I tweaked the solution a bit and moved to an area where we style the 'dark form' used on the log in page. A PR is up (#1372), however our CI pipeline is hitting some issues at the moment. We'll have these cleared up by early next week at the latest though.
Let us know if this doesn't solve the issue and we'll take another look. Thanks!

@hamzahamidi
Copy link
Contributor Author

It works Perfectly!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants