From 092c4c64fbff2ab99532e82b3b0053dbc57d70c4 Mon Sep 17 00:00:00 2001 From: Catrope Date: Thu, 11 Aug 2016 23:15:15 +0000 Subject: [PATCH] Revert "Hack around browser bug in IE breaking badge alignment in Monobook" Seems to be fixed by different changes, and now this change is causing trouble, moving the badges up off-screen. This reverts commit 0b7f8712a9e9ac896dd7eb55b6b93d8845f21ce6. Change-Id: Ia5a0a6b6be3698436a043aee111f251709c22f20 --- modules/nojs/mw.echo.badge.monobook.less | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/nojs/mw.echo.badge.monobook.less b/modules/nojs/mw.echo.badge.monobook.less index ab5e3ef60..f1aafb5ff 100644 --- a/modules/nojs/mw.echo.badge.monobook.less +++ b/modules/nojs/mw.echo.badge.monobook.less @@ -49,17 +49,4 @@ #p-personal #pt-notifications-alert, #p-personal #pt-notifications-notice { display: inline-block; - position: relative; - - // HACK for IE6-9 (T142053) - top: ~"-1em\9"; -} - - -// HACK for IE10 and IE11 (T142053) -@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { - #p-personal #pt-notifications-alert, - #p-personal #pt-notifications-notice { - top: -1em; - } }