Revert "Apply typography rules to `.mw-body-content` elements outside `.vector-body`"

This reverts commit da832cc53d.

Reason for revert: Bartosz reports this made
things worse, so probably best to go with
the VisualEditor selector approach.

Change-Id: Ifcb18c7a388986df44424f9a58be35314c3d3e2c
This commit is contained in:
Jdlrobson 2021-11-10 15:07:19 +00:00
parent da832cc53d
commit 0b6636d587
1 changed files with 0 additions and 7 deletions

View File

@ -70,13 +70,6 @@ pre,
}
}
// FIXME:
// Ideally these rules should apply only to .mw-body-content
// However this requires a #user-notice and community consultation
// to prepare gadget developers for this potential disruptive change.
// The `:not` pseudo class is used for now, to handle cases
// where multiple mw-body-content elements appear in the page.
.mw-body-content:not( .vector-body .mw-body-content ),
.vector-body {
font-size: @font-size-base;
// Support IE 9-11, Trident cuts values 2 digits after decimal point.