mediawiki-skins-Vector/resources/skins.vector.styles/layouts/print.less
Msz2001 8f8a9c273c Hide "Toggle the table of contents" and "Toggle limited content width" on print
Bug: T339344
Change-Id: I4ed26edfda52f7404d2a513af7343a80bc99d939
2023-06-18 11:04:41 +00:00

24 lines
610 B
Plaintext

/* stylelint-disable no-invalid-double-slash-comments */
@import 'mediawiki.mixins.less';
// Used to be under #mw-navigation, which is hidden in common/print.less
.vector-page-toolbar,
// Hide all header content except the logo
.vector-header-start > *:not( .mw-logo ),
.vector-header-end,
// T300178, T306719
#mw-panel-toc,
#vector-sticky-header,
#p-lang-btn,
.vector-menu-checkbox,
// T339344
#vector-toc-collapsed-button,
.vector-limited-width-toggle,
// Hide all navigation
nav,
#vector-page-titlebar-toc,
#footer {
/* stylelint-disable-next-line declaration-no-important */
display: none !important;
}