mediawiki-skins-Vector/skinStyles/ext.uls.compactlinks.less
jdlrobson 127422e4c6 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
2021-03-08 11:11:07 -08:00

7 lines
172 B
Plaintext

.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;
}