@sumaris-net/ngx-components 2.7.0-rc1 → 2.7.0-rc2

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": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.7.0-rc1",
4
+ "version": "2.7.0-rc2",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -132,6 +132,7 @@ ion-menu.menu-side-left {
132
132
  .form-container,
133
133
  form.form-container {
134
134
  color: $app-form-color;
135
+ --mdc-filled-text-field-container-color: $app-form-field-background-color;
135
136
  @include font-size(16px);
136
137
 
137
138
  .mat-form-field-disabled,
@@ -159,12 +160,12 @@ form.form-container {
159
160
  }
160
161
  }
161
162
 
162
- .mdc-text-field {
163
- background-color: $app-form-field-background-color;
164
- }
165
- .mat-mdc-form-field-focus-overlay {
166
- background-color: $app-form-field-focus-background-color;
167
- }
163
+ //.mdc-text-field {
164
+ // background-color: $app-form-field-background-color;
165
+ //}
166
+ //.mat-mdc-form-field-focus-overlay {
167
+ // background-color: $app-form-field-focus-background-color;
168
+ //}
168
169
 
169
170
  ion-icon[matPrefix],
170
171
  mat-icon[matPrefix],
@@ -293,12 +293,11 @@
293
293
 
294
294
  .mdc-text-field {
295
295
  padding-inline: 0;
296
- background-color: $app-form-field-background-color;
297
- }
298
-
299
- .mat-mdc-form-field-focus-overlay {
300
- background-color: $app-form-field-focus-background-color;
296
+ //background-color: $app-form-field-background-color;
301
297
  }
298
+ //.mat-mdc-form-field-focus-overlay {
299
+ // background-color: $app-form-field-focus-background-color;
300
+ //}
302
301
 
303
302
  // Prefix
304
303
  .mat-mdc-form-field-icon-prefix {