mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
Adjust margins for the notification badge in MonoBook
Change-Id: Iae8c9a855fa407990548691d46974303fcc77ad9
This commit is contained in:
parent
c5905962ab
commit
8a8d1c4ff9
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue