From 54f2cbd04296cf9bcd363569ebb129cb8ed4e3a2 Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Wed, 7 Jan 2015 06:20:05 +0530 Subject: [PATCH] Remove the 'top' definition from .mw-ui-icon-element:before This was making the icon stick to the top of the button it was inside. We couldn't find an example of the issue that the earlier patch was trying to fix (on #wikimedia-mobile). Bug: T85778 Change-Id: Ifea204ee9b86b01f61f3c48372619dadce64da9b Reverts: Iadd741f02155a9b5ddeb6cd8ff64fa13ae5506d7 --- resources/src/mediawiki.ui/components/icons.less | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/src/mediawiki.ui/components/icons.less b/resources/src/mediawiki.ui/components/icons.less index 40d1723691..0912554c9e 100644 --- a/resources/src/mediawiki.ui/components/icons.less +++ b/resources/src/mediawiki.ui/components/icons.less @@ -49,7 +49,6 @@ min-width: @width; max-width: @width; &:before { - top: 0; left: 0; right: 0; position: absolute; -- 2.20.1