Skip to content

Commit

Permalink
fix(button): prevent tooltip from showing on incorrect hover (#6349)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <josh@josh.black>
  • Loading branch information
tw15egan and joshblack committed Jun 29, 2020
1 parent 033240b commit d0770ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/globals/scss/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
display: flex;
align-items: center;
opacity: 0;
pointer-events: none;

// IE media query
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
Expand Down

0 comments on commit d0770ed

Please sign in to comment.