We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a02ad commit 9333de0Copy full SHA for 9333de0
src/material/tooltip/tooltip.ts
@@ -948,9 +948,6 @@ export class MatTooltip implements OnDestroy, AfterViewInit {
948
encapsulation: ViewEncapsulation.None,
949
changeDetection: ChangeDetectionStrategy.OnPush,
950
host: {
951
- // Forces the element to have a layout in IE and Edge. This fixes issues where the element
952
- // won't be rendered if the animations are disabled or there is no web animations polyfill.
953
- '[style.zoom]': 'isVisible() ? 1 : null',
954
'(mouseleave)': '_handleMouseLeave($event)',
955
'aria-hidden': 'true',
956
},
0 commit comments