Merge "Hide table of contents temporarily on Minerva desktop"

This commit is contained in:
jenkins-bot 2017-10-31 01:59:40 +00:00 committed by Gerrit Code Review
commit 326ff8ec78
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,