Daily updates from Odoo
Friday, July 29, 2022
1 change · master
Resolved issues and error corrections
The Helpdesk Overview now correctly shows the pencil icon when users hover over the Daily Target field. This makes it clearer that the target can be edited and restores the expected visual cue.
Original PR description
In Helpdesk's Overview, on hover, the Daily Target should display a pencil icon to highlight the editable aspect of the field. This issue is due to the fact that `opacity-*` classes were manually generated before and are now handled by BS5... which adds an `!important` to them. This commit has to also apply the `!important` to the :hover rule that displays the icon.