jenkins-bot has submitted this change and it was merged.

Change subject: Regression: Fix upload button on Special:Uploads
......................................................................


Regression: Fix upload button on Special:Uploads

In stable the icon overlaps the text on Special:Uploads, this fixes
that.

Change-Id: I144129a84cc4d9c3441f548d7552cb66a1c666a1
---
M less/modules/uploads/PhotoUploaderButton.less
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Awjrichards: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/less/modules/uploads/PhotoUploaderButton.less 
b/less/modules/uploads/PhotoUploaderButton.less
index e5d3693..a770f09 100644
--- a/less/modules/uploads/PhotoUploaderButton.less
+++ b/less/modules/uploads/PhotoUploaderButton.less
@@ -1,6 +1,7 @@
 @import "../../mixins.less";
 
-.button.photo {
+// Restrict to content to avoid interference with rules in button.less
+.content .button.photo {
        position: relative;
        display: table;
        margin: 0 auto;

-- 
To view, visit https://gerrit.wikimedia.org/r/95570
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I144129a84cc4d9c3441f548d7552cb66a1c666a1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Awjrichards <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to