No description
Find a file
AntiCompositeNumber 4487cda6fa
mobile.js.less: fix padding for a.feedlink
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
2021-09-17 15:01:01 -04:00
.phan Upgrade to newer phan 2019-03-20 19:43:14 -07:00
i18n Localisation updates from https://translatewiki.net. 2021-09-16 08:13:12 +02:00
includes Monobook Mustache 2021-09-07 09:02:55 -07:00
resources mobile.js.less: fix padding for a.feedlink 2021-09-17 15:01:01 -04:00
screenshots Add skin screenshot for the installer 2017-08-11 15:36:22 -04:00
templates Monobook Mustache 2021-09-07 09:02:55 -07:00
.eslintrc.json build: Updating eslint-config-wikimedia to 0.19.0 2021-03-10 23:29:43 +00:00
.gitignore Upgrade to newer phan 2019-03-20 19:43:14 -07:00
.gitreview Use track=1 instead of defaultbranch=master in .gitreview 2016-10-24 17:30:30 -07:00
.phpcs.xml build: Updating dependencies 2021-07-21 19:56:43 +00:00
.stylelintrc.json build: Bump devDependencies to latest 2018-02-26 10:30:46 -08:00
.svgo.config.js build: Update SVGO to latest v2.3.0 and re-crush SVGs 2021-05-18 06:12:46 -07:00
CODE_OF_CONDUCT.md build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-02 21:55:44 +00:00
composer.json build: Updating mediawiki/mediawiki-phan-config to 0.11.0 2021-09-04 22:30:00 +03:00
COPYING Use the plain-text GPL and fix 'license-name' to match SPDX conventions 2015-01-29 17:08:24 +01:00
Gruntfile.js build: Update SVGO to latest v2.3.0 and re-crush SVGs 2021-05-18 06:12:46 -07:00
package-lock.json build: Updating dependencies 2021-09-02 07:30:39 +00:00
package.json build: Updating dependencies 2021-09-02 07:30:39 +00:00
skin.json Monobook Mustache 2021-09-07 09:02:55 -07:00