-
Notifications
You must be signed in to change notification settings - Fork 217
fix(totp): replace recovery codes keyboard accessibility #692
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
Conversation
| } | ||
|
|
||
| .replace-codes-link { | ||
| .replace-codes-link, button.link:hover { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of button.link:hover, lets call it .replace-codes-link:hover and put it in a new line.
vbudhram
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@karansapolia Just the one thing and this should be good, thanks!
|
Hey @karansapolia, were you still working on this? |
|
Hi @vbudhram, was out of town for a few days. Let me push the changes quick. |
8fa6a40 to
ddfb94d
Compare
|
@vladikoff Test failures mention failing to open QR code for pairing, https://circleci.com/gh/mozilla/fxa/6984?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link, did anything change in FF that might break this? |
|
Hey @karansapolia mind rebasing and squashing commits? I believe there are fixes in master that resolves the test failures. |
Make 'Replace recovery codes' keyboard accessible. Replace earlier used link with button element to allow tab indexing and keyboard click events for keyboard accessibility. fixes: mozilla#598
|
@vbudhram all done. |
|
Hey @karansapolia thanks for the pull request! I've cherry-picked your commit to #877, so that it gets signed. Closing here. |
Make 'Replace recovery codes' keyboard accessible.
Replace earlier used link with button element to allow
tab indexing and keyboard click events for keyboard
accessibility.
fixes: #598
Continuation of archived repo PR
with all requested changes merged, @vbudhram