mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 00:05:29 +00:00
Adjust margins for the notification badge in MonoBook
Change-Id: Iae8c9a855fa407990548691d46974303fcc77ad9
This commit is contained in:
parent
c5905962ab
commit
8a8d1c4ff9
|
@ -1,12 +1,17 @@
|
||||||
|
@import '../../echo.variables';
|
||||||
|
|
||||||
.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
// Badge
|
// Badge
|
||||||
> .oo-ui-buttonElement-button:hover {
|
> .oo-ui-buttonElement-button {
|
||||||
|
padding-right: (@badge-padding + 0.25em);
|
||||||
|
&:hover {
|
||||||
.oo-ui-labelElement-label {
|
.oo-ui-labelElement-label {
|
||||||
color: black !important;
|
color: black !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Footer
|
// Footer
|
||||||
.oo-ui-popupWidget-footer {
|
.oo-ui-popupWidget-footer {
|
||||||
|
|
Loading…
Reference in a new issue