mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-25 16:15:28 +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
11 lines
342 B
Plaintext
11 lines
342 B
Plaintext
// The .mw-page-container class is used to restrict this to the modern Vector.
|
|
// This element is not needed in legacy Vector.
|
|
.mw-portlet-lang .mw-ui-icon:before {
|
|
// mw-ui-icon in core defaults to 24x24. The style guide now requests 20x20.
|
|
background-size: 20px auto;
|
|
width: 20px;
|
|
height: 20px;
|
|
min-height: 20px;
|
|
margin-right: 8px;
|
|
}
|