Add wikibase skin style

Bug: T287206
Change-Id: I6e38ad106eeaaafba21ac55b067be00b8d2a0972
This commit is contained in:
jdlrobson 2021-08-12 09:13:46 -07:00 committed by Jdlrobson
parent 5a0214afc9
commit c595cc5106
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;
}
}