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

[ProgressV2] Make lesson headers tab navigable #57740

Merged
merged 13 commits into from Apr 9, 2024
Merged

Conversation

lfryemason
Copy link
Contributor

@lfryemason lfryemason commented Apr 2, 2024

Turns both expanded and unexpanded lesson headers into buttons. This is to allow for better tab navigation and screen reader accessibility.

Links

TEACH-882

Testing story

Manual testing that no UI changes have been made and that lesson headers are now tab navigable

Deployment strategy

Follow-up work

Privacy

Security

Caching

PR Checklist:

  • Tests provide adequate coverage
  • Privacy and Security impacts have been assessed
  • Code is well-commented
  • New features are translatable or updates will not break translations
  • Relevant documentation has been added or updated
  • User impact is well-understood and desirable
  • Pull Request is labeled appropriately
  • Follow-up work items (including potential tech debt) are tracked and linked

@lfryemason lfryemason marked this pull request as ready for review April 3, 2024 22:32
@lfryemason lfryemason requested a review from a team as a code owner April 3, 2024 22:32
@@ -5,6 +5,21 @@
background-color: white;
}

@mixin remove-default-button-styles {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahhh... this is the stuff I have NOT seen in our codebase much. I would love to have some more conversations around standardizing use of it - perhaps accessibility is a great place to start??? It seems like an obvious use for @Mixins :)

@lfryemason lfryemason merged commit 62aacc6 into staging Apr 9, 2024
2 checks passed
@lfryemason lfryemason deleted the lfm/p-acc-nav branch April 9, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants