From: Prateek Saxena Date: Wed, 7 Jan 2015 00:50:05 +0000 (+0530) Subject: Remove the 'top' definition from .mw-ui-icon-element:before X-Git-Tag: 1.31.0-rc.0~12778^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=54f2cbd04296cf9bcd363569ebb129cb8ed4e3a2;p=lhc%2Fweb%2Fwiklou.git 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 --- 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;