Actions
Patch #41509
closedReplace "even" and "odd" CSS classes with "this-month" and "other-month" for calendar days
Description
Currently, cells in the calendar use the "even" and "odd" CSS classes to set background colors that indicate whether a day belongs to the current month or another month. However, these class names are semantically inappropriate.
The attached patch replaces "even" and "odd" with "this-month" and "other-month" to provide more descriptive and semantically meaningful class names.
Files
Related issues
Actions