From 006dfaaa1257696aab823a6ea5e3d83fa85f7749 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Mon, 30 Oct 2017 18:11:32 -0700 Subject: [PATCH] Hide table of contents temporarily on Minerva desktop Currently appears unstyled, so in lieu of some styles it would be better to hide that for the time being and revisit later. Change-Id: If0f4f02868b1344746affcec5116c325c612d145 --- resources/skins.minerva.base.styles/common.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/skins.minerva.base.styles/common.less b/resources/skins.minerva.base.styles/common.less index d2ab7d9..cb0108a 100644 --- a/resources/skins.minerva.base.styles/common.less +++ b/resources/skins.minerva.base.styles/common.less @@ -50,6 +50,9 @@ textarea { // We hide the table of contents unless the user is viewing in tablet resolution or higher .toc-mobile, +// Table of contents as provided by parser has no styling, this is a temporary measure until we are able +// to commit more time to Minerva on desktop +#toc, // We also need a more specific rule for tablet non-JS users who will load skins.minerva.tablet.styles .client-nojs .toc-mobile, .client-js .no-js-only,