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
This commit is contained in:
jdlrobson 2017-10-30 18:11:32 -07:00
parent af20b6670e
commit 006dfaaa12
1 changed files with 3 additions and 0 deletions

View File

@ -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,