@appartmint/mint 4.2.16 → 4.2.18

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/css/mint.css CHANGED
@@ -2380,12 +2380,6 @@ textarea {
2380
2380
  justify-content: flex-end;
2381
2381
  gap: 0.5rem;
2382
2382
  }
2383
- .mint-array-item :first-child {
2384
- flex-grow: 1;
2385
- }
2386
- .mint-array-item :last-child {
2387
- flex-shrink: 0;
2388
- }
2389
2383
 
2390
2384
  :root {
2391
2385
  --mint-xs: 480px;
@@ -4213,6 +4207,9 @@ thead .fc-scroller {
4213
4207
  .cdk-overlay-container .mat-mdc-select-panel {
4214
4208
  background: var(--mint-brand-4);
4215
4209
  }
4210
+ .cdk-overlay-pane {
4211
+ pointer-events: none;
4212
+ }
4216
4213
 
4217
4214
  .grecaptcha-badge {
4218
4215
  visibility: hidden;