mediawiki-extensions-Echo/modules/styles/mw.echo.ui.SpecialHelpMenuWidget.less
Ed Sanders 0f7afb1e5d Convert SpecialHelpMenuWidget to a customised DropdownWidget
Replace the handle with a button widget.

Also remove the unused PendingElement mixin.

Bug: T178387
Change-Id: Iec3afea6c6a8fdb49e17750af7bada42b7ed4b70
2018-05-30 18:57:07 +01:00

9 lines
150 B
Plaintext

@import '../echo.variables';
.mw-echo-ui-specialHelpMenuWidget-menu {
a.oo-ui-menuOptionWidget {
color: inherit;
text-decoration: inherit;
}
}