From 722b5fbf8053b4e9d83f1cd64ee8440d000d40a7 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Tue, 27 Jul 2021 08:19:08 -0700 Subject: [PATCH] Restore print, links, table and message box styles These should have been added in the migration. Follow up to 4a93c70 Bug: T278896 Change-Id: I089077d7ff7a9daf0e98b4dc40f04a11b4764277 --- bundlesize.config.json | 2 +- resources/common/print.less | 3 +++ skin.json | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bundlesize.config.json b/bundlesize.config.json index 4d5bd19..ad974a0 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -5,7 +5,7 @@ }, { "resourceModule": "skins.vector.styles", - "maxSize": "9 kB" + "maxSize": "9.6 kB" }, { "resourceModule": "skins.vector.legacy.js", diff --git a/resources/common/print.less b/resources/common/print.less index 3a58daa..0f9e55f 100644 --- a/resources/common/print.less +++ b/resources/common/print.less @@ -176,6 +176,9 @@ ul { } } +#mw-navigation, +/* Used by a variety of templates and historically part of the Vector skin. */ +.noprint, .mw-jump-link, .mw-portlet-lang, .toc .tocnumber { diff --git a/skin.json b/skin.json index a1b65b1..0bf5a2f 100644 --- a/skin.json +++ b/skin.json @@ -126,8 +126,11 @@ "features": { "normalize": true, "elements": true, + "content-links": true, "content-media": true, + "content-tables": true, "interface": true, + "interface-message-box": true, "interface-category": true, "i18n-ordered-lists": true, "i18n-all-lists-margins": true,