@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 hovercard background color when using Dark Mode

Summary:
This CSS fix replaces the disabled hovercard hard coded white background color value by the page.content CSS variable.

Fix : T15056

Test Plan:
- Flush all Phorge caches
- Sign in
- Open any page including a reference to a closed manifest (https://we.phorge.it/D25395)
- Mouve the mouse over the closed manifest reference
- Check that hovercard background color is consistent with the theme.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

bob 7cffe557 747d7db2

+1 -1
+1 -1
webroot/rsrc/css/phui/phui-hovercard.css
··· 113 113 } 114 114 115 115 .hovercard-task-view .phui-oi-disabled.phui-workcard { 116 - background-color: #fff; 116 + background-color: {$page.content}; 117 117 } 118 118 119 119 .phui-hovercard-object-type {