mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Avoid hiding generated #toc
Bug: T187636 Change-Id: I713479616feddb01c48c9bb6dda2f9c4aaf182e0
This commit is contained in:
parent
5563816992
commit
7fe496d8ef
|
@ -19,7 +19,8 @@
|
|||
* Deactivated | ve-available
|
||||
*/
|
||||
|
||||
.ve-activated #toc,
|
||||
/* Only hide the #toc inside the original article, not generated ones in VE (T187636) */
|
||||
.ve-activated .ve-init-mw-desktopArticleTarget-editableContent #toc,
|
||||
.ve-activated #siteNotice,
|
||||
.ve-activated .mw-indicators,
|
||||
.ve-activated #t-print,
|
||||
|
|
Loading…
Reference in a new issue