mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-25 06:36:32 +00:00
52f37a5f2a
Enabling 'selector-max-id' rule, and changing in rare exceptions like `#bodyContent` to `.mw-body > .content` where there's only one less specific option. Bug: T239183 Change-Id: I9d929eaae09475b2e20d96cb19081aba3aec5877
18 lines
415 B
Plaintext
18 lines
415 B
Plaintext
@import '../../minerva.less/minerva.variables.less';
|
|
|
|
body.navigation-full-screen {
|
|
background-color: @primaryNavBackgroundColor;
|
|
|
|
nav {
|
|
// !important needed to override media query rules set in mainmenu.less
|
|
width: 100% !important;
|
|
right: 0 !important;
|
|
display: block !important;
|
|
visibility: visible !important;
|
|
}
|
|
|
|
#mw-mf-page-center { // stylelint-disable-line selector-max-id
|
|
display: none;
|
|
}
|
|
}
|