Jdlrobson has uploaded a new change for review.

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


Change subject: Regression: Make Special:MobileOptions checkboxes work without 
js
......................................................................

Regression: Make Special:MobileOptions checkboxes work without js

Change-Id: Ib0d0d7ac17821d3e8e94e93efbd0a58bfc571c99
---
M stylesheets/specials/mobileoptions.css
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/32/62532/1

diff --git a/stylesheets/specials/mobileoptions.css 
b/stylesheets/specials/mobileoptions.css
index 32853de..2a014dd 100644
--- a/stylesheets/specials/mobileoptions.css
+++ b/stylesheets/specials/mobileoptions.css
@@ -154,3 +154,9 @@
 form.mw-mf-settings ul li .mw-mf-checkbox-css3.checked .mw-mf-settings-off {
   display: none;
 }
+.client-nojs form.mw-mf-settings ul li .mw-mf-checkbox-css3 input {
+  display: block;
+}
+.client-nojs form.mw-mf-settings ul li .mw-mf-checkbox-css3 span {
+  display: none;
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib0d0d7ac17821d3e8e94e93efbd0a58bfc571c99
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
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