@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 Slowvote poll options

Summary:
In dark mode, the current `text-shadow` of any potentially displayed unexpected response output offers a nice fuzzy feeling and is a great alternative to the consumption of beverages.

We could either remove it completely or replace `white` with a new `{whitetext}` variable similar to the already existing `{blacktext}` variable. I prefer to keep it simple, so this patch removes the text-shadow.

Refs T15056

Test Plan:
* Go to http://phorge.localhost/settings/panel/display/ and set `Accessibility` to `Dark Mode (Experimental)`
* Create a poll at http://phorge.localhost/vote/create/
* Go to the poll at http://phorge.localhost/V1 and look at the text of the available options

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

+2 -4
+2 -2
resources/celerity/map.php
··· 100 100 'rsrc/css/application/project/project-view.css' => '2650c4c0', 101 101 'rsrc/css/application/search/application-search-view.css' => '0f7c06d8', 102 102 'rsrc/css/application/search/search-results.css' => '9ea70ace', 103 - 'rsrc/css/application/slowvote/slowvote.css' => 'd794f00c', 103 + 'rsrc/css/application/slowvote/slowvote.css' => '0f219c39', 104 104 'rsrc/css/application/tokens/tokens.css' => 'ce5a50bd', 105 105 'rsrc/css/application/uiexample/example.css' => '549e220b', 106 106 'rsrc/css/core/core.css' => '83d97073', ··· 777 777 'phabricator-remarkup-metadata' => 'e40c4991', 778 778 'phabricator-search-results-css' => '9ea70ace', 779 779 'phabricator-shaped-request' => '995f5102', 780 - 'phabricator-slowvote-css' => 'd794f00c', 780 + 'phabricator-slowvote-css' => '0f219c39', 781 781 'phabricator-source-code-view-css' => 'e382316a', 782 782 'phabricator-standard-page-view' => '45aa515d', 783 783 'phabricator-textareautils' => 'f340a484',
-2
webroot/rsrc/css/application/slowvote/slowvote.css
··· 45 45 top: 8px; 46 46 width: 100%; 47 47 color: {$darkbluetext}; 48 - text-shadow: {$whitetextshadow}; 49 48 } 50 49 51 50 .device-phone .slowvote-control-offset { ··· 78 77 top: 0; 79 78 right: 8px; 80 79 position: absolute; 81 - text-shadow: {$whitetextshadow}; 82 80 } 83 81 84 82 .slowvote-voters {