mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
Revert "Be more selective in application of 0.8em font size"
Causes more problems than it fixes.
This reverts commit cab44b55ef
.
Bug: T98193
Change-Id: Id40919ceda36a665e23c6f84965a3b979bb33289
This commit is contained in:
parent
cab44b55ef
commit
d008a3bc7c
|
@ -5,14 +5,6 @@
|
|||
* @license The MIT License (MIT); see LICENSE.txt
|
||||
*/
|
||||
|
||||
.ve-init-mw-viewPageTarget-surface,
|
||||
.ve-init-mw-viewPageTarget-toolbar,
|
||||
.ve-init-target > .ve-ui-debugBar,
|
||||
.ve-ui-overlay-global {
|
||||
/* Enforce different font-size for all UI elements of VisualEditor */
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.ve-init-mw-viewPageTarget-surface {
|
||||
/*
|
||||
In order to allow placing the text cursor to the start or end of the text by
|
||||
|
@ -31,6 +23,12 @@
|
|||
padding: 0 1.143em; /* surface-margin-left (1em) / (mw-body-content font-size) 0.875em */
|
||||
}
|
||||
|
||||
.ve-init-target,
|
||||
.ve-ui-overlay-global {
|
||||
/* Enforce different font-size for all UI elements of VisualEditor */
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.ve-init-target .mw-body-content,
|
||||
.ve-ui-overlay-global .mw-body-content {
|
||||
/* Match skin's font-size for the surface content */
|
||||
|
|
Loading…
Reference in a new issue