Merge "Follow core base font-size in Vector"

This commit is contained in:
jenkins-bot
2017-09-08 09:00:12 +00:00
committed by Gerrit Code Review
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`
}