@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 workboard trigger preview dialog

Summary:
Do not hardcode the background color for the `workboard-drop-preview` but use the {$page.content} variable instead.

Refs T15056

Test Plan:
* Go http://phorge.localhost/settings/panel/display/ and set `Accessibility` to `Dark Mode (Experimental)`
* Go to a project workboard with at least one non-default column which is not a proxy
* Set up a workboard trigger via the cogs button in the header of a workboard column
* Hover over the cogs button and look at the preview displayed in the bottom right corner

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/D26139

+1 -1
+1 -1
webroot/rsrc/css/phui/workboards/phui-workpanel.css
··· 189 189 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); 190 190 border: 1px solid {$lightblueborder}; 191 191 padding: 4px 0; 192 - background: #fff; 192 + background: {$page.content}; 193 193 } 194 194 195 195 .workboard-drop-preview li {