@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix Dark Mode for mini badges below user avatar

Summary:
Do not hardcode white color; use a variable instead so there is sufficient contrast in Dark Mode.

Refs T15056

Test Plan:
* Assign a badge to a user
* Log in as that user
* Go to http://phorge.localhost/settings/panel/display/ and set `Accessibility` to `Dark Mode (Experimental)`
* Go to a task and look at the badge icon below the user avatar.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15056

Differential Revision: https://we.phorge.it/D26406

+1 -1
+1 -1
webroot/rsrc/css/phui/phui-badge.css
··· 178 178 } 179 179 180 180 .phui-badge-mini .phui-icon-view { 181 - color: #fff; 181 + color: {$page.content}; 182 182 font-size: 12px; 183 183 margin: 0; 184 184 }