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

Add ability to tab to DuplicateLink #2646

Merged
merged 2 commits into from
Sep 8, 2023

Conversation

SteelColossus
Copy link
Contributor

The change that allows the DuplicateLink to be tabbed to is the removal of the tabindex. The other changes are to make the link only as wide as the text, otherwise the tab outline appears around the whole <span>, which would make it look weird.

Here is a screenshot of what the link looks like when it's been tabbed to after the change:

image

This issue was mentioned previously in #2564 (comment).

Michael Winkworth added 2 commits September 8, 2023 23:25
The change that allows the DuplicateLink to be tabbed to is the removal of the `tabindex`. The other changes are to make the link only appear as wide as the text, otherwise the tab outline appears around the whole `<span>`, which makes it look weird.
@dae
Copy link
Member

dae commented Sep 8, 2023

Thanks for this!

@dae dae merged commit 42ac46f into ankitects:main Sep 8, 2023
@SteelColossus SteelColossus deleted the support-tab-for-duplicate-link branch September 8, 2023 23:28
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.

2 participants