mediawiki-skins-Vector/resources/skins.vector.styles/layouts/print.less
Jan Drewniak 40130dbf5f Follow-up to 6e8a98ca removing checkbox.js
Removes checkbox.js and related styles as well
as rules for #mw-sidebar-checkbox which was removed
in a previous patch.

Bug: T332090
Change-Id: I168c1161a1d3365e79c2ff6b1c2ab5455f7c4c00
2023-04-06 01:01:21 -04: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;
}