mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-14 11:15:33 +00:00
d708478752
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
13 lines
177 B
Plaintext
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;
|
|
}
|
|
}
|