Bug 1799934 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

- Update the UI of the date grid of the mini-month calendar.
- Defer the header area (navigation buttons) to another bug.
- Ensure light, dark, and HC mode variations.

The calendar currently uses a special `[systemcolors]` attribute for a11y purpose.
This was an old implementation from a time we didn't support the prefer-contrast media query.
We can drop this from the CSS of the minimonth.
- Update the UI of the date grid of the mini-month calendar.
- Defer the header area (navigation buttons) to another bug.
- Ensure light, dark, and HC mode variations.
- Ensure the mini-month follows the density variations.
- Ensure the mini-month looks consistent everywhere it's used (calendar siderbar, event creation dialog, today pane, etc). 

The calendar currently uses a special `[systemcolors]` attribute for a11y purpose.
This was an old implementation from a time we didn't support the prefer-contrast media query.
We can drop this from the CSS of the minimonth.

Back to Bug 1799934 Comment 0