You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to the Console Weaviate Cloud login page. Weaviate URL
Click on the Email input field.
Select an email address from the Chrome autofill suggestion list.
Observe the styling of the email input field after autofill.
Expected behavior
The autofilled email text should remain clearly visible with proper contrast against the input background, matching the normal input styling of the page.
Screenshots
Additional context?
Browser: Google Chrome Version 143.0.7499.40 (Official Build) (64-bit)
OS: Windows 11
Login Method: Email login
This appears to be related to missing or overridden CSS for the :-webkit-autofill state.
This issue affects readability and accessibility during login.
This issue may be resolved by applying proper styling for input:-webkit-autofill to maintain consistent background and text contrast.
Code of Conduct
Steps to reproduce the bug
Expected behavior
The autofilled email text should remain clearly visible with proper contrast against the input background, matching the normal input styling of the page.
Screenshots
Additional context?
This issue may be resolved by applying proper styling for input:-webkit-autofill to maintain consistent background and text contrast.