mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-17 12:43:02 +00:00
63f9dd81e3
Remove redundant styles. Update personal menu dropdown to more closely reflect design of OOUI dropdown elements. Extract legcay-specific, modern-specific styles for UserMenu into separate partials. Create new shared UserMenu component. Bug: T276561 Change-Id: I1e56cd5b3b24ac1b5cae684301b8e3a84ea33a5c
15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
/**
|
|
* Vector legacy stylesheets
|
|
* See '../common/common.less' for common screen and print Vector stylesheets.
|
|
*/
|
|
|
|
@media screen {
|
|
// Layouts
|
|
@import './layouts/screen.less';
|
|
|
|
// Legacy specific components
|
|
@import './components/MenuDropdown.less';
|
|
@import './components/Sidebar.less';
|
|
@import './components/UserMenu.less';
|
|
}
|