-
Bug
-
Resolution: Fixed
-
Normal
-
3.1.1
-
Security Level: Jimmy
-
None
Steps to Reproduce
in calendars month, display an item that starts on a week and ends on another
Current Result
In 3.1.1 after calendar item structure rework, the border-radius applies to the child node (z-calitem-inner), which doesn't get unset when z-calitem-left-arrow class is set on the parent
Expected Result
z-calitem-left-arrow should also remove the border radius from z-calitem-inner
Debug Information
Workaround
.z-calitem-body.z-calitem-left-arrow, .z-calitem-body.z-calitem-left-arrow .z-calitem-inner { margin-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; }