Language button skinStyle overrides

* ULS makes the language button text font weight normal on bold,
reset this.
* Because our icon is non-standard our left margin is also non-standard.
Adjust.
* Remove opacity on language button (it applies to more menu because of
the label text color)

Bug: T268241
Change-Id: Ie9b275a857e8bcb7b767446f0523954134751659
This commit is contained in:
jdlrobson 2021-03-08 11:07:09 -08:00
parent c84d5d38d5
commit 127422e4c6
3 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@
padding: 4px 30px 4px 8px;
// Prevent select of span text "X languages"
user-select: none;
opacity: 1;
&:after {
top: 0;

View File

@ -1,4 +1,6 @@
.mw-body-header .mw-interlanguage-selector,
.mw-body-header .mw-interlanguage-selector:active {
margin: 0;
// mw-ui-button quiet is bold on active.
font-weight: bold;
}

View File

@ -6,4 +6,5 @@
width: 20px;
height: 20px;
min-height: 20px;
margin-right: 8px;
}