Summary
- As part of T388377: Special:GlobalContributions on mobile/Minerva displays an empty pair of parentheses at the end of (non-central-wiki) rows, we updated how the usernames are shown in the list of global contributions in order to use CSS instead of $this->msg( 'parentheses' ) to style how user links are shown.
- However, the same approach is also used in core's ContributionsPager, therefore it should be also updated to use CSS classes instead to prevent problems when using the Minerva skin.
Acceptance criteria
- User links in Special:Contributions are styled using CSS instead of hardcoded parenthesis in the HTML output.
- Empty parenthesis are not shown in Special:Contributions when using the Minerva skin
