mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 08:15:35 +00:00
545b9c170b
There was CSS trying to counteract this, but it wasn't strong enough to override Modern's styles. Bug: T114080 Change-Id: I96d9b32353fbabc8f720ecb869904639009c894f
14 lines
244 B
Plaintext
14 lines
244 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: none;
|
|
}
|
|
}
|