mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Replace #toc
selector by .toc
Replacing id CSS selector by lower specific class selector. Bug: T187808 Depends-on: I7f3a9df7f9fd1178986112b5265b1ae7c991d5b7 Change-Id: Ib1a874b644e80a26ff415003684f6ce54fd2b7e6
This commit is contained in:
parent
fa4835b3bd
commit
759590873b
|
@ -52,7 +52,7 @@ textarea {
|
|||
.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,
|
||||
.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,
|
||||
|
|
Loading…
Reference in a new issue