MinervaNeue/skinStyles/mediawiki.interface.helpers...

18 lines
308 B
Plaintext

/**
* Helper classes for special pages with changeslist elements.
*/
.mw-changeslist-links {
& > span:before {
content: '@{msg-parentheses-start}';
}
& > span:not( :first-child ):before {
content: '@{msg-pipe-separator}';
}
& > span:last-child:after {
content: '@{msg-parentheses-end}';
}
}