From 4084c7b5bb1f8701b5bc71a2e2afd6cf63c21fc2 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Tue, 26 Sep 2017 08:40:46 -0500 Subject: [PATCH] Only hide fmbox on editor interface They also show up on pages that do not exist. e.g. https://en.m.wikipedia.org/wiki/Teldenia_ruficostawww Not showing this box provides a confusing experience - a blank body. Change-Id: I335a7804bd77df42a23bee569ce52afcfa59a6de --- resources/skins.minerva.content.styles/hacks.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/skins.minerva.content.styles/hacks.less b/resources/skins.minerva.content.styles/hacks.less index f3bf1b2..ce7b225 100644 --- a/resources/skins.minerva.content.styles/hacks.less +++ b/resources/skins.minerva.content.styles/hacks.less @@ -24,7 +24,7 @@ FIXME: Review all of these hacks to see if they still apply. // Hide cleanup templates by default to non-javascript users as these stop them from reading the article itself // Edit page notices - .fmbox, + .action-edit .fmbox, // Talk page informational boxes .tmbox, // Note not in issues.less as that is only loaded via JavaScript