Remove border-radius if the item is continued to a different row

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 3.1.2
    • Affects Version/s: 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;
      }
      

            Assignee:
            MDuchemin
            Reporter:
            MDuchemin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: