4487cda6fa
Core mediawiki.feedlink sets `a.feedlink {padding-left: 16px;}` to establish proper spacing around the feed icon background-image. That rule was overridden by a much more specific rule for the mobile menu, causing the text to overlap the icon. This change duplicates the padding-left rule at a higher specificity, fixing the overlap problem. This could also be fixed by significantly increasing specificity for the rule in mediawiki.feedlink, but that would break the existing skins and extensions that intentionally override it. This patch has a soft-ish dependency on I897b85d3e77233b858ee85be263a14e401fe5fd2 to work correctly when the page is loaded in mobile format. Without that patch, an empty space would be visible where the icon should be unless the page was loaded in desktop format. Depends-On: I897b85d3e77233b858ee85be263a14e401fe5fd2 Bug: T291274 Change-Id: Id427653eb21194085853de903624b9a537eeece6 |
||
---|---|---|
.. | ||
images | ||
mediawiki.less | ||
skinStyles | ||
mobile-echo.js | ||
mobile-echo.less | ||
mobile-uls.js | ||
mobile.js.less | ||
print-common.less | ||
screen-common.less | ||
screen-desktop.less | ||
screen-mobile.less | ||
skin-responsive.less | ||
skin.js | ||
skin.js.less | ||
skin.less | ||
variables.less |