mediawiki-skins-MinervaNeue/resources/skins.minerva.base.styles/anonTalkMessage.less
Jon Robson 31c317308c Do not use the SkinMinervaReplaceNotificationsBadge hook to add Echo
Based on work done in I7b9cf401936be2421d0ad4efe963486404d50e6a
we switch to the standard notifications menu for Echo generation

Bug: T301263
Change-Id: Id611cc07aebfb94e50bde8902cbc0627393fa926
2022-05-27 18:14:47 +00:00

27 lines
477 B
Plaintext

// div adds specificity so this overrides the default styles.
div.minerva-anon-talk-message {
margin-top: 16px;
margin-bottom: 0;
.mw-ui-icon {
color: #fc3;
}
.usermessage {
display: inline;
margin-left: 8px;
}
}
// Hide the alert provided by Echo,
// as there is no space for it in header.
// stylelint-disable-next-line selector-max-id
#pt-talk-alert {
display: none;
}
// Hide on all non-main namespaces
.ns-0 .minerva-anon-talk-message {
display: none;
}