MediaWiki:Minerva.css: Difference between revisions
Jump to navigation
Jump to search
+ Tags: Mobile web edit Advanced mobile edit |
? Tags: Mobile web edit Advanced mobile edit |
||
Line 5: | Line 5: | ||
to display protection indicators: | to display protection indicators: | ||
[[MediaWiki:Site-protection-indicators]] */ | [[MediaWiki:Site-protection-indicators]] */ | ||
div.ext-discussiontools-emptystate:first-of-type { | div.ext-discussiontools-emptystate:first-child:not(:only-of-type) { | ||
display: none; | display: none; | ||
} | } |
Revision as of 04:05, 4 January 2025
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* Remove duplicate DiscussionTools messages
This is caused by the jerry-rigged hook
to display protection indicators:
[[MediaWiki:Site-protection-indicators]] */
div.ext-discussiontools-emptystate:first-child:not(:only-of-type) {
display: none;
}