@appartmint/mint 4.2.22 → 4.2.23

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
@@ -1901,6 +1901,19 @@ html.mint-panel-open {
1901
1901
  opacity: 1;
1902
1902
  }
1903
1903
 
1904
+ :root:root {
1905
+ --mat-table-background-color: back;
1906
+ --mat-paginator-container-background-color: back;
1907
+ --mat-table-row-item-label-text-color: fore;
1908
+ --mat-table-header-headline-color: fore;
1909
+ --mat-table-header-subheadline-color: fore;
1910
+ --mat-paginator-container-text-color: fore;
1911
+ }
1912
+
1913
+ .cdk-overlay-container .mat-mdc-select-panel {
1914
+ background: var(--mint-brand-4);
1915
+ }
1916
+
1904
1917
  body.mint-ready app-root {
1905
1918
  opacity: 1;
1906
1919
  }
@@ -4206,22 +4219,6 @@ thead .fc-scroller {
4206
4219
  overflow: hidden !important;
4207
4220
  }
4208
4221
 
4209
- :root:root {
4210
- --mat-table-background-color: back;
4211
- --mat-paginator-container-background-color: back;
4212
- --mat-table-row-item-label-text-color: fore;
4213
- --mat-table-header-headline-color: fore;
4214
- --mat-table-header-subheadline-color: fore;
4215
- --mat-paginator-container-text-color: fore;
4216
- }
4217
-
4218
- .cdk-overlay-container .mat-mdc-select-panel {
4219
- background: var(--mint-brand-4);
4220
- }
4221
- .cdk-overlay-pane {
4222
- pointer-events: none !important;
4223
- }
4224
-
4225
4222
  .grecaptcha-badge {
4226
4223
  visibility: hidden;
4227
4224
  }