mediawiki-extensions-Echo/modules/ooui/styles/mw.echo.ui.NotificationBadgeWidget.modern.less
Roan Kattouw 545b9c170b Fix lowercasing and bolding of text in popups in Modern skin
There was CSS trying to counteract this, but it wasn't strong
enough to override Modern's styles.

Bug: T114080
Change-Id: I96d9b32353fbabc8f720ecb869904639009c894f
2015-10-01 12:04:14 -07:00

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;
}
}