From 38e3692d7bda187b724b5355d11120c1bbfb23e3 Mon Sep 17 00:00:00 2001 From: Valerio Bozzolan Date: Mon, 27 Mar 2023 20:50:37 +0200 Subject: [PATCH] Workboard: in some cases, increase menu opacity (accessibility) Summary: This change contains a very minimal graphical change for Workboards with a custom background. https://we.phorge.it/T15186 After this change, if your Workboard has a custom background color, the opacity of the floating menu of the Column is not 0.9 but 0.95, so it's increased a bit. The problem with the previous value, is that when you open the menu, you see too much text underneath, and this could worsen the readability. Now also probably, but less I hope. Closes T15186 Test Plan: - Workboard > Change Background Color > Pick a nice color - Backlog > Edit - Enjoy the extra 0.05 of opacity of that menu - NEVER ACCEPT IF YOUR EYES DETECT JUST A 0.04999998 OF EXTRA OPACITY Reviewers: O1 Blessed Committers, avivey Reviewed By: O1 Blessed Committers, avivey Subscribers: speck, tobiaswiese, Matthew, Cigaryno Maniphest Tasks: T15186 Differential Revision: https://we.phorge.it/D25088 --- webroot/rsrc/css/phui/workboards/phui-workboard-color.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/rsrc/css/phui/workboards/phui-workboard-color.css b/webroot/rsrc/css/phui/workboards/phui-workboard-color.css index 9973d64979..5aae48647a 100644 --- a/webroot/rsrc/css/phui/workboards/phui-workboard-color.css +++ b/webroot/rsrc/css/phui/workboards/phui-workboard-color.css @@ -27,7 +27,7 @@ } .phui-workboard-color .phuix-dropdown-menu { - background-color: rgba({$alphawhite},.9); + background-color: rgba({$alphawhite},.95); } .phui-workboard-color .phui-workpanel-view .phui-box-grey {