@ngx-stoui/core 16.0.2 → 17.0.0

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/ngx-datatable.css CHANGED
@@ -140,15 +140,6 @@
140
140
  .sto-datatable .sto-form__field input[type=number] {
141
141
  text-align: right;
142
142
  }
143
- .sto-datatable .sto-form__field .mat-mdc-form-field-infix {
144
- border: 0 !important;
145
- margin: 0 !important;
146
- padding: 1px 0 0 0 !important;
147
- }
148
- .sto-datatable .sto-form__field .mat-mdc-form-field-flex {
149
- height: 31px;
150
- padding: 4px 6px;
151
- }
152
143
  .sto-datatable .sto-form__field .mat-select .mat-select-arrow {
153
144
  margin-top: -5px;
154
145
  }
@@ -250,6 +241,8 @@
250
241
  padding: 0;
251
242
  }
252
243
  .sto-datatable .datatable-body .datatable-body-row .datatable-body-cell .mat-mdc-form-field {
244
+ --mat-form-field-container-vertical-padding: 0px;
245
+ --mat-form-field-container-height: 20px;
253
246
  margin: 0 4px;
254
247
  min-height: 0;
255
248
  }
@@ -317,10 +310,6 @@
317
310
  text-overflow: ellipsis;
318
311
  }
319
312
 
320
- .datatable-body-cell .sto-form__field .mat-mdc-form-field-infix {
321
- padding: 0 9px 0 0;
322
- border-top: 0;
323
- }
324
313
  .datatable-body-cell .sto-form__field .mat-select,
325
314
  .datatable-body-cell .sto-form__field .mat-input {
326
315
  padding: 0;