1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

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
This commit is contained in:
Valerio Bozzolan 2023-03-27 20:50:37 +02:00
parent 5e2b367715
commit 38e3692d7b

View file

@ -27,7 +27,7 @@
} }
.phui-workboard-color .phuix-dropdown-menu { .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 { .phui-workboard-color .phui-workpanel-view .phui-box-grey {