Cleanup: Drop unused body feature classes

These are no longer referenced in the code and artifacts of a time
when these were feature flagged.

Change-Id: Ia850ac9fb92033d82a333836ba7ff32312f042a7
This commit is contained in:
jdlrobson 2020-12-07 14:42:44 -08:00
parent e0c47dc462
commit a52da8ddaa
1 changed files with 0 additions and 10 deletions

View File

@ -280,16 +280,6 @@ class Hooks {
if ( !$out->getConfig()->get( 'VectorUseCoreSearch' ) ) {
$bodyAttrs['class'] .= ' skin-vector-search-vue';
}
$bodyAttrs['class'] .= ' skin-vector-max-width';
// As of 2020/08/12, the following CSS classes are referred to by the following deployed
// extensions:
//
// - WikimediaEvents
//
// See https://codesearch.wmcloud.org/deployed/?q=skin-vector-search- for an up-to-date
// list.
$bodyAttrs['class'] .= ' skin-vector-search-header';
}
/**