Drop responsive Monobook IE8 support

Bug: T259316
Change-Id: I85c198601291327bb5edff6d440ce143b8887756
This commit is contained in:
jdlrobson 2020-08-04 14:25:06 -07:00 committed by Jdlrobson
parent bce6d15d35
commit 5ca99813d0
2 changed files with 1 additions and 5 deletions

View file

@ -69,10 +69,6 @@ class SkinMonoBook extends SkinTemplate {
'mediawiki.skinning.content.externallinks',
$styleModule
] );
// Force desktop styles in IE 8-; no support for @media widths
// FIXME: Remove conditional comment dependency.
$out->addStyle( $this->stylename . '/resources/screen-desktop.css', 'screen', 'lt IE 9' );
}
/**

View file

@ -11,7 +11,7 @@
"license-name": "GPL-2.0-or-later",
"type": "skin",
"requires": {
"MediaWiki": ">= 1.29.0"
"MediaWiki": ">= 1.36.0"
},
"ValidSkinNames": {
"monobook": "MonoBook"