Remove primary-navigation-enabled

This CSS became dead when openNavigationDrawer was removed
in If4831fc700c7df3a2a389b5f95b6fbaea4b7d954

Bug: T225213
Change-Id: I67b5d9bc596be3cff93f3da96fa04c417f741a66
This commit is contained in:
jdlrobson 2019-12-24 08:03:48 -08:00
parent 0887552619
commit 28d8c52664

View file

@ -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. // TODO: combined with `.mw-mf-page-center__mask` & create a separate "masks" module.
.main-menu-mask { .main-menu-mask {
position: fixed; position: fixed;