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

fix(tooltip): prevent hide when focus is within tooltip #1811

Merged
merged 9 commits into from
Oct 30, 2024
Prev Previous commit
Remove aria-hidden from tooltip docs
  • Loading branch information
dancormier committed Oct 30, 2024
commit 54bc2f47e87963160190e630c5b5f682291809b8
6 changes: 2 additions & 4 deletions docs/product/components/popovers.html
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,7 @@ <h1 class="s-page-title--header" role="presentation">Lorem ipsum</h1>
<div
class="s-popover s-popover__tooltip"
id="tooltip-example"
role="tooltip"
aria-hidden="true">
role="tooltip">
<div class="s-popover--arrow"></div>
<div class="s-popover--content">
Expand All @@ -611,8 +610,7 @@ <h1 class="s-page-title--header" role="presentation">Lorem ipsum</h1>
<div
class="s-popover s-popover__tooltip"
id="tooltip-example"
role="tooltip"
aria-hidden="true">
role="tooltip">
<div class="s-popover--arrow"></div>
<div class="s-popover--content">
<div class="s-empty-state wmx2">
Expand Down
Loading