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
Updated by Go MAEDA about 1 month ago
- Blocks Feature #41500: Swap odd and even table row background colors added
Updated by Go MAEDA about 1 month ago
- File 41509-v2.patch 41509-v2.patch added
- Target version changed from Candidate for next major release to 6.0.0
Setting the target version to 6.0.0.
Updated by Go MAEDA about 1 month ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch in r23151.
Actions