-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix: Add support for Navigation Button API (fixes #90 #92) #93
Conversation
_iconClasses | ||
} = props; | ||
return ( | ||
<React.Fragment> |
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.
Would the shorthand tag <> work here?
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.
Thanks @swashbuck, can confirm #90 & #92 fixed. Tested on Mac Safari, FF, Chrome and iPhone.
Thanks, @kirsty-hames . @oliverfoster Do you see anything that needs to be changed? I poached most of the code from adaptlearning/adapt-contrib-pageLevelProgress#174 |
🎉 This PR is included in version 2.4.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fixes #90 #92
Fix
Related to #90
Related to #92
.visua11y-btn
class with.nav__
e.g.nav__visua11y-btn
aria-hidden="true"
to the .icon<button>
levelaria-label
.Testing
Add config to course.json: