MediaWiki:Common.css: Difference between revisions

attempted update for using TOClimit under Vector 2022
(Undo revision 43123; testing if this is needed now that I have a custom reflist working in an article)
Tag: Undo
(attempted update for using TOClimit under Vector 2022)
Line 734: Line 734:
.toclimit-6 .toclevel-5 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
.toclimit-7 .toclevel-6 ul {
    display: none;
}
/* Above, but for Vector 2022 */
.toclimit-2 sidebar-toc-level-1 ul,
.toclimit-3 sidebar-toc-level-2 ul,
.toclimit-4 sidebar-toc-level-3 ul,
.toclimit-5 sidebar-toc-level-4 ul,
.toclimit-6 sidebar-toc-level-5 ul,
.toclimit-7 sidebar-toc-level-6 ul {
     display: none;
     display: none;
}
}