@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.

Remove text-shadow from Conpherence sticky header bar

Summary:
In dark mode, the current `text-shadow` of the header bar of Conpherence's Persistent Chat overlay offers a nice fuzzy feeling and is a great alternative to the consumption of beverages.

Remove it, similar to other text shadows in previous patches.

Refs: T15056

Test Plan:
* Go to http://phorge.localhost/settings/panel/display/ and set Accessibility to Dark Mode (Experimental)
* Install Conpherence via http://phorge.localhost/applications/view/PhabricatorConpherenceApplication/
* Create a Conpherence room
* In the notification section of the top bar, select the speech bubbles icon and enable "Persistent Chat", then look at the top bar of the chat window in the bottom right corner

Reviewers: O1 Blessed Committers, amybones, mainframe98

Reviewed By: O1 Blessed Committers, amybones, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15056

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

+3 -5
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'beb13d57', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => 'f1a2ed56', 12 + 'core.pkg.css' => 'acc670a2', 13 13 'core.pkg.js' => '83580d78', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '77189aae', ··· 47 47 'rsrc/css/application/config/setup-issue.css' => '512adefd', 48 48 'rsrc/css/application/config/unhandled-exception.css' => '9ecfc00d', 49 49 'rsrc/css/application/conpherence/color.css' => 'b17746b0', 50 - 'rsrc/css/application/conpherence/durable-column.css' => 'f68f35e3', 50 + 'rsrc/css/application/conpherence/durable-column.css' => '236e57cc', 51 51 'rsrc/css/application/conpherence/header-pane.css' => 'c9a3db8e', 52 52 'rsrc/css/application/conpherence/menu.css' => '67f4680d', 53 53 'rsrc/css/application/conpherence/message-pane.css' => '21a238b9', ··· 516 516 'conduit-api-css' => 'ce2cfc41', 517 517 'config-options-css' => '25d545a9', 518 518 'conpherence-color-css' => 'b17746b0', 519 - 'conpherence-durable-column-view' => 'f68f35e3', 519 + 'conpherence-durable-column-view' => '236e57cc', 520 520 'conpherence-header-pane-css' => 'c9a3db8e', 521 521 'conpherence-menu-css' => '67f4680d', 522 522 'conpherence-message-pane-css' => '21a238b9',
-2
webroot/rsrc/css/application/conpherence/durable-column.css
··· 108 108 text-overflow: ellipsis; 109 109 overflow: hidden; 110 110 white-space: nowrap; 111 - text-shadow: 1px 1px 0 rgba(0,0,0,.6); 112 111 } 113 112 114 113 .conpherence-durable-column-header .phabricator-application-menu ··· 289 288 .conpherence-durable-column-header-text { 290 289 width: 100px; 291 290 color: {$darkbluetext}; 292 - text-shadow: none; 293 291 } 294 292 295 293 .minimize-column .conpherence-durable-column