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:
@@ -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",
|
||||
|
||||
3
resources/css/ext.uls-vector.less
Normal file
3
resources/css/ext.uls-vector.less
Normal file
@@ -0,0 +1,3 @@
|
||||
.uls-menu {
|
||||
font-size: 0.875em; // not inherited from `.mw-body-content`, as we insert at `body`
|
||||
}
|
||||
Reference in New Issue
Block a user