mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
8d8e2d85e6
* Add mediawiki ui button styles to Vector and convert language button to a quiet button * Restore the arrow for language button with ULS * Vertically align button to first line of header * Add a storybook entry for LanguageButton Additional changes: * Fix issues revealed by storybook - menu dropdown should reset generic typography rule for `ul` tags * Allow quotes usage in storybook without disable rule Bug: T268241 Change-Id: I483350084fb46a51c50af6aab78c62db6d02df89
10 lines
322 B
Plaintext
10 lines
322 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;
|
|
}
|