Adjust margins for the notification badge in MonoBook

Change-Id: Iae8c9a855fa407990548691d46974303fcc77ad9
This commit is contained in:
Moriel Schottlender 2015-09-15 15:43:51 -07:00 committed by Catrope
parent c5905962ab
commit 8a8d1c4ff9

View file

@ -1,10 +1,15 @@
@import '../../echo.variables';
.mw-echo-ui-notificationBadgeButtonPopupWidget {
text-transform: none;
font-weight: normal;
// Badge
> .oo-ui-buttonElement-button:hover {
.oo-ui-labelElement-label {
color: black !important;
> .oo-ui-buttonElement-button {
padding-right: (@badge-padding + 0.25em);
&:hover {
.oo-ui-labelElement-label {
color: black !important;
}
}
}