mediawiki-extensions-Echo/modules/styles/mw.echo.ui.NotificationBadgeWidget.modern.less
Mooeypoo 84d34a3901 Revert "Do not use fancy styled badge on Modern and CologneBlue"
This reverts commit 08d224e955.

Causes bugs in Vector when displaying the badges.

Bug: T162173
Change-Id: I9e92c304b47ce9204d7a7d2fba67118e67b1bdc9
2017-04-04 18:40:09 +00:00

19 lines
376 B
Plaintext

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