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

Okta widget focus styling not present for password input field #3651

Open
mark-vb-austin opened this issue Jun 12, 2024 · 0 comments
Open

Okta widget focus styling not present for password input field #3651

mark-vb-austin opened this issue Jun 12, 2024 · 0 comments
Labels

Comments

@mark-vb-austin
Copy link

Describe the bug

When the user selects/focuses on the password field within the Okta login widget the focus styling should be applied similarly to the text input for Username/Email for A11Y

Reproduction Steps

Screen.Recording.2024-06-12.at.09.30.48.mov

SDK Versions

We are using @7.1.1 but still present within the latest release 7.19.2

Additional Information

I'm not sure if this was intentionally not added by the Okta team or a simple oversight.

If you look within the accessibility.scss file, starting at line 12 you will see the box-shadow property is being applied to input[type="text"]:focus but there is no selector for input[type="password"]:focus which in turn would fix the issue.

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

No branches or pull requests

1 participant