Uploaded image for project: 'ZK Calendar'
  1. ZK Calendar
  2. ZKCAL-111

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 3.1.2
    • 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;
      }
      

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

              Created:
              Updated:
              Resolved: