[legacy] Restore old floating style inside Vector

This is a modified revert of Ia1eec412111e8f6af3b45affdc186d9eafd4262c.
This is not applied to modern Vector, for reasons given on ticket.

Bug: T279008
Change-Id: I3234e7712b8c111b070c35e38425c865ff7213f9
This commit is contained in:
jdlrobson 2021-04-05 15:06:31 -07:00
parent 1b42cd8dd4
commit bdd7eaacf1
2 changed files with 7 additions and 0 deletions

View File

@ -61,6 +61,12 @@ body {
z-index: @z-index-base;
}
// FIXME: Can be removed when the `content-parser-output` feature in `skins.vector.styles.legacy`
// is enabled. The definition in core still needs work (see T279008).
#bodyContent {
.mixin-clearfix();
}
/* Head */
#mw-page-base {
.vertical-gradient( @background-color-base, @background-color-secondary, 50%, 100% );

View File

@ -99,6 +99,7 @@
"skins.vector.styles.legacy": {
"class": "ResourceLoaderSkinModule",
"features": {
"content-parser-output": false,
"normalize": true,
"elements": true,
"content": true,