@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 Conpherence Persistent Chat menu

Summary:
Replace hardcoded `background` color with variable `{$page.content}` because `.phuix-dropdown-menu` also defines `background: {$page.content}`.

Refs T15056

Test Plan:
* Go http://phorge.localhost/settings/panel/display/ and set `Accessibility` to `Dark Mode (Experimental)`
* Join some Conpherence room
* In the top bar, click the speech bubbles icon and enable "Persistent Chat"
* In the Conpherence overlay in the bottom right corner, click the "cogs" button and see the menu

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

+1 -1
+1 -1
webroot/rsrc/css/application/base/main-menu-view.css
··· 518 518 519 519 .phabricator-main-menu-dropdown.phui-list-sidenav { 520 520 position: absolute; 521 - background: #fff; 521 + background: {$page.content}; 522 522 top: 42px; 523 523 padding: 6px 0; 524 524 margin: 0 20px 0 0;