mediawiki-skins-Vector/resources/common/components/Menu.less
Volker E d365148f8d styles: Replace IE hack list-style: none none
Hack has first been introduced in I7d4b075ac90 more than 4 years ago.
It has been introduced to tackle IE <=8.

Bug: T306486
Bug: T308344
Change-Id: Ie84a177f79d226be98298a42ebfdd447e33a1372
2022-07-20 22:20:15 +00:00

16 lines
240 B
Plaintext

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