Sunday, March 30, 2025
1 change · 18.0
Resolved issues and error corrections
This update fixes a small visual issue in Calendar event response buttons. Selected Yes, No, or Maybe buttons now keep their full border visible when hovering over neighboring buttons, making the interface clearer and more polished.
Original PR description
In the calendar application, when clicking on an event, a window opens. In this window, we can select “yes,” “no,” or “maybe.” When one of the buttons is selected and the mouse hovers over the button…
In the calendar application, when clicking on an event, a window opens. In this window, we can select “yes,” “no,” or “maybe.” When one of the buttons is selected and the mouse hovers over the button to its right, the border of the selected button disappears. This commit fixes this display issue to ensure that all four borders remain visible when hovering over the button adjacent to the selected one. **Current behavior before PR:** <img width="437" alt="Screenshot 2025-03-08 at 17 45 03" src="https://github.com/user-attachments/assets/a03e84be-1512-4b5a-8e3a-186058989bc2" /> <img width="439" alt="Screenshot 2025-03-08 at 23 43 48" src="https://github.com/user-attachments/assets/d2bf71dc-ba9a-48d6-b997-0e7f2b35b960" /> **Desired behavior after PR is merged:** <img width="437" alt="Screenshot 2025-03-08 at 17 46 00" src="https://github.com/user-attachments/assets/fdba2415-bf02-4829-81a9-9210dde9dedf" /> <img width="435" alt="Screenshot 2025-03-08 at 23 42 43" src="https://github.com/user-attachments/assets/5386e3a0-42e4-47ef-a277-d5590802d780" /> --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr