Skip to content

Commit

Permalink
fix(Tooltip): remove ARIA attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed May 9, 2019
1 parent be6a3b5 commit d295a07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/Tooltip/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ class Tooltip extends Component {
className={tooltipClasses}
{...other}
data-floating-menu-direction={direction}
aria-labelledby={triggerId}
onMouseOver={this.handleMouse}
onMouseOut={this.handleMouse}
onFocus={this.handleMouse}
Expand Down

0 comments on commit d295a07

Please sign in to comment.