@sumaris-net/ngx-components 4.0.0-rc10 → 4.0.0-rc12
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/esm2022/src/app/core/menu/menu.component.mjs +3 -3
- package/fesm2022/sumaris-net.ngx-components.mjs +2 -2
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/theme/_ngx-components.globals.scss +2 -2
- package/src/theme/_ngx-components.table.scss +16 -17
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@ $app-form-buttons-bar-height: 56px !default;
|
|
|
16
16
|
$app-select-option-border-color: rgba(0, 0, 0, 0.12) !default;
|
|
17
17
|
$app-table-border-color: rgba(0, 0, 0, 0.08) !default;
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
$app-form-field-background-color: rgba(0,0,0,0) !default;
|
|
20
|
+
//$app-form-field-background-color: whitesmoke !default;
|
|
21
21
|
$app-form-field-focus-background-color: rgba(0, 0, 0, 0) !default;
|
|
22
22
|
//$app-form-field-focus-background-color: rgba(0, 0, 0, 0.87) !default;
|
|
@@ -351,23 +351,6 @@
|
|
|
351
351
|
// Suffix
|
|
352
352
|
.mat-mdc-form-field-icon-suffix {
|
|
353
353
|
white-space: nowrap;
|
|
354
|
-
|
|
355
|
-
.mat-mdc-icon-button {
|
|
356
|
-
width: 24px;
|
|
357
|
-
height: 24px;
|
|
358
|
-
padding: 2px 0 0 0;
|
|
359
|
-
|
|
360
|
-
ion-icon, .mat-icon {
|
|
361
|
-
$font-size: calculateRem(18px);
|
|
362
|
-
font-size: $font-size;
|
|
363
|
-
line-height: 1.125;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
.mat-mdc-button-touch-target {
|
|
367
|
-
width: 24px;
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
|
|
371
354
|
}
|
|
372
355
|
|
|
373
356
|
// Specific behavior for chips
|
|
@@ -408,6 +391,22 @@
|
|
|
408
391
|
|
|
409
392
|
} // .mat-mdc-form-field
|
|
410
393
|
|
|
394
|
+
// Specific icon button styles
|
|
395
|
+
.mat-mdc-icon-button {
|
|
396
|
+
width: 24px;
|
|
397
|
+
height: 24px;
|
|
398
|
+
padding: 2px 0 0 0;
|
|
399
|
+
|
|
400
|
+
ion-icon, .mat-icon {
|
|
401
|
+
$font-size: calculateRem(18px);
|
|
402
|
+
font-size: $font-size;
|
|
403
|
+
line-height: 1.125;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.mat-mdc-button-touch-target {
|
|
407
|
+
width: 24px;
|
|
408
|
+
}
|
|
409
|
+
}
|
|
411
410
|
|
|
412
411
|
.mat-boolean-field-radio.mat-mdc-form-field-appearance-fill .mat-mdc-form-field-infix,
|
|
413
412
|
.mat-boolean-field-radio .mat-mdc-form-field-infix {
|