diff --git a/src/material/tooltip/tooltip.ts b/src/material/tooltip/tooltip.ts index 1af416d83817..47ec824f100d 100644 --- a/src/material/tooltip/tooltip.ts +++ b/src/material/tooltip/tooltip.ts @@ -948,9 +948,6 @@ export class MatTooltip implements OnDestroy, AfterViewInit { encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: { - // Forces the element to have a layout in IE and Edge. This fixes issues where the element - // won't be rendered if the animations are disabled or there is no web animations polyfill. - '[style.zoom]': 'isVisible() ? 1 : null', '(mouseleave)': '_handleMouseLeave($event)', 'aria-hidden': 'true', },