mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 23:55:53 +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
25 lines
319 B
Plaintext
25 lines
319 B
Plaintext
@import '../variables.less';
|
|
@import 'integration.less';
|
|
@import 'icons.less';
|
|
@import '../skinStyles/mediawiki.ui.icon.less';
|
|
|
|
body {
|
|
font-family: @font-family-sans;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
ul {
|
|
padding: 0;
|
|
}
|
|
|
|
#mw-panel {
|
|
background-color: @background-color-secondary;
|
|
}
|
|
|
|
.printfooter {
|
|
display: none;
|
|
}
|