From afaa02ae4255be040b906def427b1fca23d52f13 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Thu, 15 Apr 2021 07:57:51 -0700 Subject: [PATCH] Adjust floating override Follow up to I3234e7712b8c111b070c35e38425c865ff7213f9 Do not disable the feature entirely as it has other purposes. Bug: T280260 Change-Id: I47d16eb8186efa83e158713d852b443bce9aee1c --- resources/skins.vector.styles.legacy/layouts/screen.less | 6 ++++++ skin.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/skins.vector.styles.legacy/layouts/screen.less b/resources/skins.vector.styles.legacy/layouts/screen.less index d440a4c..d62e391 100644 --- a/resources/skins.vector.styles.legacy/layouts/screen.less +++ b/resources/skins.vector.styles.legacy/layouts/screen.less @@ -69,6 +69,12 @@ body { .mixin-clearfix(); } +// FIXME: Temporarily disable the core rule which applies to the wrong element. +// The definition in core still needs work (see T279008). +.mw-parser-output:after { + content: none; +} + /* Head */ #mw-page-base { .vertical-gradient( @background-color-base, @background-color-secondary, 50%, 100% ); diff --git a/skin.json b/skin.json index 4db3cd8..a522e0f 100644 --- a/skin.json +++ b/skin.json @@ -99,7 +99,7 @@ "skins.vector.styles.legacy": { "class": "ResourceLoaderSkinModule", "features": { - "content-parser-output": false, + "content-parser-output": true, "normalize": true, "elements": true, "content": true,