mediawiki-skins-Vector/resources/skins.vector.styles.legacy/components/Menu.less
Jon Robson d708478752 [Technical] Remove common Menu styles
There are no longer any common menu styles. These are moved to the legacy
skin and new rules are added to the dedicated components.

Change-Id: I1bf26bfb29bb495ee65e983fad60122007f62698
2022-11-08 14:31:14 -06:00

13 lines
177 B
Plaintext

.mw-portlet {
// Hidden by default, but displayed by certain menus
// e.g. MenuPortal
.vector-menu-heading {
display: none;
}
ul {
list-style: none;
margin: 0;
}
}