Per {T328947}:
Depends on {T331472}
Similar in concept to {T240624}, except we plan to implement design changes.
Design Specs:
TBD
Approach:
Readers Web had a very similar problem to solve with Special Contributions.
They created some elements that have display:none by default but shows for screen readers in mediawiki.specials.changeslist
they defined a default skin style with display:none
https://gerrit.wikimedia.org/g/mediawiki/core/+/f139afe1cf2ffe1bcbab35eab594fc904590b20b/resources/Resources.php#2134
https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/f139afe1cf2ffe1bcbab35eab594fc904590b20b/resources/src/mediawiki.special.changeslist/default.less
minerva replaces that with it's own styling
https://gerrit.wikimedia.org/g/mediawiki/skins/MinervaNeue/+/90dde889128cb96984d91c558eece5c956af155b/skin.json#254
https://gerrit.wikimedia.org/g/mediawiki/skins/MinervaNeue/+/90dde889128cb96984d91c558eece5c956af155b/skinStyles/mediawiki.special.changeslist.less
We could use a similar approach here. Jon Robson also suggested that we consider if we have buy in for this change across all projects. If not, we might need to implement mobile permissions or config to allow projects to manage who the undo / revert / rollback appears for on mobile.