Print: Hide table of contents and nav menus in print

Additional change: use !important to make sure this change
is final.

Bug: T327448
Change-Id: I8bc919bd24bfa21d4a11ba3a2b2ffa55801b698f
This commit is contained in:
Jon Robson 2023-01-26 08:33:36 -08:00
parent a327d43984
commit 2c54053ba7

View file

@ -12,6 +12,11 @@
#mw-panel-toc,
#vector-sticky-header,
#p-lang-btn,
.vector-menu-checkbox,
// Hide all navigation
nav,
#vector-page-titlebar-toc,
#footer {
display: none;
/* stylelint-disable-next-line declaration-no-important */
display: none !important;
}