mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
84d34a3901
This reverts commit 08d224e955
.
Causes bugs in Vector when displaying the badges.
Bug: T162173
Change-Id: I9e92c304b47ce9204d7a7d2fba67118e67b1bdc9
19 lines
376 B
Plaintext
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;
|
|
}
|
|
}
|