mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
127422e4c6
* 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
7 lines
172 B
Plaintext
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;
|
|
}
|