mediawiki-extensions-Echo/modules/nojs/mw.echo.badge.vector.less

17 lines
446 B
Plaintext
Raw Normal View History

@import '../echo.variables';
@import '../echo.variables.vector';
/* We have to include the #pt-notifications selector due to monobook */
.mw-echo-notifications-badge {
&.oo-ui-flaggedElement-unseen,
&.mw-echo-unseen-notifications {
#pt-notifications-alert &:after {
background-color: @badge-counter-background-unseen-alert;
}
#pt-notifications-notice &:after {
background-color: @badge-counter-background-unseen-message;
}
}
}