The "Modified since your last visit" tag for pages in our watchlist with unseen changes is unreadable in dark mode. The updatedmarker class that it uses has a fixed light green color, while the text becomes white in dark mode.
Description
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Make history marker text visible on dark mode | mediawiki/core | master | +1 -0 |
Event Timeline
Hi @Escargot_bleu is that a gadget? I'm trying to get a reproduction. Could you share the associated HTML/CSS with that element to help me narrow it down? Thanks in advance!
This requires $wgShowUpdatedMarker = true; on the dev wiki
It is class="updatedmarker" on history page
You can use Special:ApiSandbox#action=setnotificationtimestamp&format=json&torevid=???&titles=??? to reset the watchlists timestamp to older revision on a page to see the markers
Thanks! Looks like the relevant line is https://gerrit.wikimedia.org/g/mediawiki/core/+/c81d18b97cd046e22ec4d52edbe170eca26c8f10/resources/src/mediawiki.action/mediawiki.action.history.styles.less#47
I think adding color: black; there should suffice for now.
Change #1063081 had a related patch set uploaded (by Theprotonade; author: Theprotonade):
[mediawiki/core@master] Make history marker text visible on dark mode
Change #1063081 merged by jenkins-bot:
[mediawiki/core@master] Make history marker text visible on dark mode