Fix font size in target widget debug bar

Change-Id: Ic5120fd1d2cc4955a502fa57478a19851f9f6b33
This commit is contained in:
Ed Sanders 2016-05-29 17:38:03 +01:00
parent 5f815996fc
commit 73a1127981
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
*/ */
.ve-init-mw-desktopArticleTarget-toolbar, .ve-init-mw-desktopArticleTarget-toolbar,
.ve-ui-debugBar, .ve-init-mw-desktopArticleTarget > .ve-ui-debugBar,
.ve-ui-overlay-global { .ve-ui-overlay-global {
/* Enforce different font-size for all UI elements of VisualEditor. The difference is tiny, but /* 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 */ enough to make the icon containers 23.813px rather than 24px and thus the icons blurry */

View file

@ -6,7 +6,7 @@
*/ */
.ve-init-mw-desktopArticleTarget-toolbar, .ve-init-mw-desktopArticleTarget-toolbar,
.ve-ui-debugBar, .ve-init-mw-desktopArticleTarget > .ve-ui-debugBar,
.ve-ui-overlay { .ve-ui-overlay {
/* Enforce different font-size for all UI elements of VisualEditor */ /* Enforce different font-size for all UI elements of VisualEditor */
font-size: 0.8em; font-size: 0.8em;