Skip to content

Commit 6c43c83

Browse files
committed
(hot-fix) disable pointer-events on tooltips
Solves button/link hover issue in IE 11.
1 parent 91898e9 commit 6c43c83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/angular-tooltips.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ visibility:hidden;
1111
border-radius:3px;
1212
left:-200%;
1313
top: 0;
14+
pointer-events:none;
1415
}
1516
._720kb-tooltip-title{
1617
color:rgba(255,255,255,0.95);

0 commit comments

Comments
 (0)