mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-04 03:59:53 +00:00
8f8a9c273c
Bug: T339344 Change-Id: I4ed26edfda52f7404d2a513af7343a80bc99d939
24 lines
610 B
Plaintext
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;
|
|
}
|