mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-14 18:05:01 +00:00
31c317308c
Based on work done in I7b9cf401936be2421d0ad4efe963486404d50e6a we switch to the standard notifications menu for Echo generation Bug: T301263 Change-Id: Id611cc07aebfb94e50bde8902cbc0627393fa926
27 lines
477 B
Plaintext
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;
|
|
}
|