@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 transparency from workboard dropdown menus

Summary:
There is no obvious reason why on project workboards with a custom color, dropdown menu contents should be harder to read (due to transparency) than on workboards which do not have a custom color set.
As a side effect, this seems to solve another issue with dark mode in T15056.

Closes T16148

Test Plan: Go to a project workboard, "Change Background Color" in the "Manage" menu (cog icon) in the upper right corner, click on a dropdown button in a column header (pencil icon), see that the assignee icon of a task in a column is not visible behind the expanded dropdown menu.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16148

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

+2 -6
+2 -2
resources/celerity/map.php
··· 174 174 'rsrc/css/phui/phui-tag-view.css' => '8613be82', 175 175 'rsrc/css/phui/phui-timeline-view.css' => '3803cefb', 176 176 'rsrc/css/phui/phui-two-column-view.css' => '54fb9794', 177 - 'rsrc/css/phui/workboards/phui-workboard-color.css' => 'c954f59b', 177 + 'rsrc/css/phui/workboards/phui-workboard-color.css' => '27fbe0ac', 178 178 'rsrc/css/phui/workboards/phui-workboard.css' => 'e7ba21a7', 179 179 'rsrc/css/phui/workboards/phui-workcard.css' => '62056e3b', 180 180 'rsrc/css/phui/workboards/phui-workpanel.css' => 'c44f95c7', ··· 857 857 'phui-theme-css' => '35883b37', 858 858 'phui-timeline-view-css' => '3803cefb', 859 859 'phui-two-column-view-css' => '54fb9794', 860 - 'phui-workboard-color-css' => 'c954f59b', 860 + 'phui-workboard-color-css' => '27fbe0ac', 861 861 'phui-workboard-view-css' => 'e7ba21a7', 862 862 'phui-workcard-view-css' => '62056e3b', 863 863 'phui-workpanel-view-css' => 'c44f95c7',
-4
webroot/rsrc/css/phui/workboards/phui-workboard-color.css
··· 26 26 color: #fff; 27 27 } 28 28 29 - .phui-workboard-color .phuix-dropdown-menu { 30 - background-color: rgba({$alphawhite},.95); 31 - } 32 - 33 29 .phui-workboard-color .phui-workpanel-view .phui-box-grey { 34 30 background-color: rgba({$alphawhite},.6); 35 31 }