Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Fixing issues #3047, #3250 and #3430
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonrobertoauler committed Jun 25, 2015
1 parent 05119a7 commit 1a07051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tooltip/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function MdTooltipDirective($timeout, $window, $$rAF, $document, $mdUtil, $mdThe
function bindEvents () {
var mouseActive = false;
var enterHandler = function() {
if (!hasComputedStyleValue('pointer-events','none')) {
if (!hasComputedStyleValue('pointer-events','block')) {
setVisible(true);
}
};
Expand Down

0 comments on commit 1a07051

Please sign in to comment.