Jdlrobson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/165530

Change subject: Optimise checkboxes for Firefox mobile
......................................................................

Optimise checkboxes for Firefox mobile

Bug: 71750
Change-Id: I19a6837423a2c9c9d3f758c7c6a869bd02c70460
---
M resources/src/mediawiki.ui/components/checkbox.less
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/30/165530/1

diff --git a/resources/src/mediawiki.ui/components/checkbox.less 
b/resources/src/mediawiki.ui/components/checkbox.less
index 826c82f..ce190e5 100644
--- a/resources/src/mediawiki.ui/components/checkbox.less
+++ b/resources/src/mediawiki.ui/components/checkbox.less
@@ -42,6 +42,8 @@
                // ensure the invisible checkbox takes up the required width
                width: @checkboxSize;
                height: @checkboxSize;
+               // This is needed for Firefox mobile (See bug 71750 to 
workaround default Firefox stylesheet)
+               max-width: none;
 
                // the pseudo before element of the label after the checkbox 
now looks like a checkbox
                & + label {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I19a6837423a2c9c9d3f758c7c6a869bd02c70460
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

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

Reply via email to