mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 00:48:46 +00:00
Remove primary-navigation-enabled
This CSS became dead when openNavigationDrawer was removed in If4831fc700c7df3a2a389b5f95b6fbaea4b7d954 Bug: T225213 Change-Id: I67b5d9bc596be3cff93f3da96fa04c417f741a66
This commit is contained in:
parent
0887552619
commit
28d8c52664
|
@ -30,19 +30,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.primary-navigation-enabled {
|
||||
overflow: hidden;
|
||||
// Necessary to disable scrolling on Android and iOS devices.
|
||||
touch-action: none;
|
||||
|
||||
// .menu
|
||||
#mw-mf-page-left {
|
||||
visibility: visible;
|
||||
box-shadow: 1px 0 8px 0 @grayDrawerShadow;
|
||||
.transform( translate( 0, 0 ) );
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: combined with `.mw-mf-page-center__mask` & create a separate "masks" module.
|
||||
.main-menu-mask {
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in a new issue