@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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "4.2.16",
4
+ "version": "4.2.18",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -148,12 +148,4 @@ textarea {
148
148
  align-items: flex-start;
149
149
  justify-content: flex-end;
150
150
  gap: 0.5rem;
151
-
152
- :first-child {
153
- flex-grow: 1;
154
- }
155
-
156
- :last-child {
157
- flex-shrink: 0;
158
- }
159
151
  }
@@ -17,8 +17,13 @@
17
17
  @include css-var(--mat-paginator-container-text-color, $mat-table-fore);
18
18
  }
19
19
 
20
- .cdk-overlay-container {
21
- .mat-mdc-select-panel {
22
- background: css-var($mat-select-bg);
20
+ .cdk {
21
+ &-overlay-container {
22
+ .mat-mdc-select-panel {
23
+ background: css-var($mat-select-bg);
24
+ }
25
+ }
26
+ &-overlay-pane {
27
+ pointer-events: none;
23
28
  }
24
29
  }