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
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.
The text was updated successfully, but these errors were encountered:
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 forinput[type="password"]:focus
which in turn would fix the issue.The text was updated successfully, but these errors were encountered: