TheDJ has uploaded a new change for review.

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

Change subject: Limit hiding of sideboxes to sister sites
......................................................................

Limit hiding of sideboxes to sister sites

mbox is a generic styling class that can be used by many types of
templates, including maintenance templates, sister boxes, listen and
several others. Since this hiding was apparently intended primarily
for the sister sites, use this semantic class instead of the styling
class.

Bug: T94593
Change-Id: Iaa00e30cb7f32913d5550543aad425543d7f286f
---
M less/content/hacks.less
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/less/content/hacks.less b/less/content/hacks.less
index c4dbec8..c563a7f 100644
--- a/less/content/hacks.less
+++ b/less/content/hacks.less
@@ -21,7 +21,7 @@
 
 .content {
        // Hide links such as `Wikisource has original works on the topic 
dinosaur (use wikidata instead)
-       .mbox-small,
+       .sistersitebox,
        // Hide cleanup templates by default to non-javascript users as these 
stop them from reading the article itself
        // Talk page informational boxes
        .tmbox,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaa00e30cb7f32913d5550543aad425543d7f286f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: TheDJ <hartman.w...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to