Merge "Add wikibase skin style"

This commit is contained in:
jenkins-bot 2021-08-13 16:12:46 +00:00 committed by Gerrit Code Review
commit ed3abdd4c4
2 changed files with 12 additions and 0 deletions

View File

@ -212,6 +212,7 @@
},
"ResourceModuleSkinStyles": {
"vector": {
"+wikibase.client.init": "skinStyles/wikibase.client.init.less",
"+ext.echo.styles.alert": "skinStyles/ext.echo.styles.alert.less",
"+ext.uls.compactlinks": "skinStyles/ext.uls.compactlinks.less",
"+ext.uls.pt": "skinStyles/ext.uls.pt.less",

View File

@ -0,0 +1,11 @@
// Can be removed when edit language links is part of ULS
.skin-vector .wb-langlinks-link {
text-align: left;
float: none;
a {
/* Must use !important to override !important already used in Wikibase */
/* stylelint-disable-next-line declaration-no-important */
color: #0645ad !important;
}
}