Remove IE 6 & 7 specific star hack

Internet Explorer 6 & 7 support. Gone.

Bug: T234582
Change-Id: I0878fa73146596362c88a0c4cbfd6121440bbde3
This commit is contained in:
Volker E 2019-10-03 18:10:51 -07:00
parent e5c837e3eb
commit 9bc73009cb
1 changed files with 0 additions and 3 deletions

View File

@ -89,9 +89,6 @@ body {
.mw-indicator {
display: inline-block;
zoom: 1;
// Support: IE7
*display: inline; // stylelint-disable declaration-block-no-duplicate-properties
}
}