Page MenuHomePhabricator

Updated marker unreadable in dark mode
Closed, ResolvedPublic

Description

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.

image_2024-07-27_181339019.png (737×1 px, 158 KB)

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

Change #1063081 had a related patch set uploaded (by Theprotonade; author: Theprotonade):

[mediawiki/core@master] Make history marker text visible on dark mode

https://gerrit.wikimedia.org/r/1063081

Change #1063081 merged by jenkins-bot:

[mediawiki/core@master] Make history marker text visible on dark mode

https://gerrit.wikimedia.org/r/1063081