mediawiki-extensions-Echo/modules/styles/mw.echo.ui.NotificationBadgeWidget.modern.less
Bartosz Dziewoński 08d224e955 Do not use fancy styled badge on Modern and CologneBlue
Just show the textual "Alerts (1)" and "Notices (1)".

Updated NotificationBadgeWidget to use that internally as label,
same as the PHP-generated list item does after d4d325e7.

Bug: T141944
Change-Id: I468c67b0866530e21c9af32cd02816075a3693a1
2017-04-01 14:57:34 +02:00

18 lines
378 B
Plaintext

body #p-personal {
overflow: visible;
}
#p-personal li.mw-echo-ui-notificationBadgeButtonPopupWidget {
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup {
font-variant: normal;
text-transform: none;
font-weight: normal;
// Popup buttons
.oo-ui-buttonElement-button:hover {
// In modern, the hover color is white, which is unhelpful.
color: #666;
}
}
}