mediawiki-skins-Vector/resources/skins.vector.styles/layouts/print.less
Jon Robson 3fbf5b49f0 Drop unused code relating to old limited width toggle.
Follow up to Ie2617e2fa83b6a888a7a2799cc39f048731dc60d

Bug: T367591
Change-Id: I270f1902f40946f31de29777735dee2e10ebfebe
2024-09-11 00:12:59 +00:00

21 lines
539 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,
// Hide all navigation
nav,
#vector-page-titlebar-toc,
#footer {
/* stylelint-disable-next-line declaration-no-important */
display: none !important;
}