Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GEN-1824]: fix styles for autocompleted inputs (#1885)
This pull request includes changes to the `frontend/webapp/app/globals.css` file to address browser autofill styling issues. The most important changes include overriding the default browser styles for autofill to ensure a consistent user experience. Styling improvements: * [`frontend/webapp/app/globals.css`](diffhunk://#diff-0ad5feab59ca691369930750cde64b75419ddd0dbe0e567e069550de11c4b051R10-R26): Added styles to override the browser `:-webkit-autofill` default style declarations by delaying the browser styles for 50000s (13.8 hours), ensuring that the user will not see the browser-applied styles.
- Loading branch information