From 9bc73009cb19b59540846dc9c09fa1d30c11f16f Mon Sep 17 00:00:00 2001 From: Volker E Date: Thu, 3 Oct 2019 18:10:51 -0700 Subject: [PATCH] Remove IE 6 & 7 specific star hack Internet Explorer 6 & 7 support. Gone. Bug: T234582 Change-Id: I0878fa73146596362c88a0c4cbfd6121440bbde3 --- components/common.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/common.less b/components/common.less index 46c6895b1..a886182c0 100644 --- a/components/common.less +++ b/components/common.less @@ -89,9 +89,6 @@ body { .mw-indicator { display: inline-block; - zoom: 1; - // Support: IE7 - *display: inline; // stylelint-disable declaration-block-no-duplicate-properties } }