Project

General

Profile

Patch #41509

Updated by Go MAEDA about 1 month ago

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.

Back