@aleen42/calendar 1.1.0-beta.10 → 1.1.0-beta.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/calendar.css CHANGED
@@ -6121,7 +6121,6 @@ table th {
6121
6121
 
6122
6122
  .u-schedule .schedule > .calendar .occupy,
6123
6123
  .u-schedule .schedule > .calendar .free {
6124
- border-radius: 4px;
6125
6124
  max-height: 33px /** border = */;
6126
6125
  position: absolute;
6127
6126
  top: 0;
@@ -6136,6 +6135,7 @@ table th {
6136
6135
  }
6137
6136
 
6138
6137
  .u-schedule .schedule > .calendar .occupy {
6138
+ border-radius: 4px;
6139
6139
  z-index: 2;
6140
6140
  }
6141
6141