mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-14 19:26:42 +00:00
97de09dcba
- getTocData is moved into VectorComponentTableOfContents and it's test file The following changes were made to the main menu, toc and page tools PHP components - Avoid passing in $skin to the constructor - Handle isPinned logic inside the component - Add a public ID constant to the components - Dropdown data for each feature use the same naming convention Bug: T317900 Change-Id: I77a617a6c1d93bccd3b6e59353299f5534624e53
25 lines
443 B
Plaintext
25 lines
443 B
Plaintext
@import '../../common/variables.less';
|
|
|
|
.vector-main-menu.vector-dropdown {
|
|
.vector-main-menu-contents {
|
|
width: 250px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.vector-menu-heading,
|
|
.vector-main-menu-group {
|
|
margin: 0;
|
|
}
|
|
|
|
.vector-menu-content {
|
|
margin-left: 0;
|
|
}
|
|
|
|
// The language alert doesn't make sense here as it has never been in a dropdown
|
|
// so is hidden.
|
|
.vector-main-menu-action-lang-alert {
|
|
display: none;
|
|
}
|
|
}
|