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

Show keyboard focus on buttons #1161

Merged
merged 1 commit into from Jun 10, 2021

Conversation

jonels-msft
Copy link
Contributor

The Wyrm SASS theme uses an accessibility anti-pattern of hiding keyboard focus events on buttons. I modified our theme to override that.

Later on it might also be good to contribute a fix upstream, but I'm under a deadline and don't want to involve more moving parts.
https://github.com/snide/wyrm/blob/fd41b56978f009e8c33cb26f384dd0dfaf430a7d/sass/wyrm_core/_button.sass#L79-L81

Fixes #958

Copy link
Member

@Blendify Blendify left a comment

Choose a reason for hiding this comment

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

Makes sense, wyrm does some things that aren't exactly correct.

We will need to make sure to revert this when we move to bootstrap.

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

Successfully merging this pull request may close these issues.

Keyboard focus is not visible on the next, prev buttons
2 participants