Follow core base font-size in Vector

Following core base font-size of `0.875em` in Vector to align with
other elements on the page.

Bug: T175295
Change-Id: Id9c8652820641d6fa1c6b1dd06247967ba649f25
This commit is contained in:
Volker E
2017-09-07 18:32:14 -07:00
parent dc99a4eb80
commit 31a8422a0c
2 changed files with 5 additions and 1 deletions

View File

@@ -160,7 +160,8 @@
"scripts": "js/ext.uls.common.js",
"styles": "css/ext.uls.less",
"skinStyles": {
"monobook": "css/ext.uls-monobook.css"
"monobook": "css/ext.uls-monobook.css",
"vector": "css/ext.uls-vector.less"
},
"dependencies": [
"mediawiki.api",

View File

@@ -0,0 +1,3 @@
.uls-menu {
font-size: 0.875em; // not inherited from `.mw-body-content`, as we insert at `body`
}