mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
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:
parent
faed98a7c6
commit
9898b7ea2c
|
@ -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 */
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue