Move monobook global overlay styles to generic DesktopTarget

Fixes the font size in non-article desktop targets,
e.g. Flow.

Change-Id: I8f7e0af5061ef5dda2564b62e9b94e606ca77799
This commit is contained in:
Ed Sanders 2016-04-22 12:41:25 +01:00
parent faed98a7c6
commit 9898b7ea2c
2 changed files with 5 additions and 5 deletions

View file

@ -5,11 +5,6 @@
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-overlay-global {
/* Enforce different font-size for all UI elements of VisualEditor */
font-size: 1.28em; /* 0.8em / x-small */
}
.ve-init-mw-desktopArticleTarget {
/* Enforce different font-size for all UI elements of VisualEditor. The difference is tiny, but
enough to make the icon containers 23.813px rather than 24px and thus the icons blurry */

View file

@ -5,6 +5,11 @@
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-overlay-global {
/* Enforce different font-size for all UI elements of VisualEditor */
font-size: 1.28em; /* 0.8em / x-small */
}
.mw-body a.external.ve-ce-linkAnnotation-active {
/* Reset -2px from VE-core */
margin-right: 0;