mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 03:35:01 +00:00
08d224e955
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
18 lines
378 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|