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

Re-enable left nav's tooltips #48810

Merged

Conversation

chandlerprall
Copy link
Contributor

Summary

Closes #48772

The navbar's two EuiNavDrawerGroup elements were previously wrapped in a React.Fragment which prevented tooltips from displaying. This change reverts the wrapping.

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

- [ ] This was checked for cross-browser compatibility, including a check against IE11
- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support
- [ ] Documentation was added for features that require explanation or tutorials
- [ ] Unit or functional tests were updated or added to match the most common scenarios
- [ ] This was checked for keyboard-only and screenreader accessibility

For maintainers

- [ ] This was checked for breaking API changes and was labeled appropriately
- [ ] This includes a feature addition or change that requires a release note and was labeled appropriately

@chandlerprall chandlerprall added v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.5.0 labels Oct 21, 2019
@chandlerprall chandlerprall requested a review from afgomez October 21, 2019 18:23
@chandlerprall chandlerprall requested a review from a team as a code owner October 21, 2019 18:23
@cchaos cchaos requested a review from ryankeairns October 21, 2019 18:29
Copy link
Contributor

@ryankeairns ryankeairns left a comment

Choose a reason for hiding this comment

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

Tooltips display again, thanks!

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Contributor

@afgomez afgomez left a comment

Choose a reason for hiding this comment

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

Works now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes v7.5.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use title instead of aria-label for the sidebar links.
5 participants