[AAE-49015] - Removing mat-selectors from cardview

This commit is contained in:
VitoAlbano
2026-08-03 13:13:49 +01:00
parent 0ed5ca2ad8
commit a5d6c80126
2 changed files with 1 additions and 12 deletions
@@ -3,7 +3,7 @@
<div class="adf-property-field">
<div *ngIf="!isEditable" class="adf-card-view__key-value-pairs__read-only adf-property-value">
<mat-table #table [dataSource]="matTableValues" class="mat-elevation-z8">
<mat-table #table [dataSource]="matTableValues">
<ng-container matColumnDef="name">
<mat-header-cell *matHeaderCellDef>{{ 'CORE.CARDVIEW.KEYVALUEPAIRS.NAME' | translate }}
</mat-header-cell>
@@ -1,5 +1,3 @@
@use '../../../styles/mat-selectors' as ms;
.adf-card-view-key-value-pairs-item {
.adf-property-col-key {
width: 50%;
@@ -34,15 +32,6 @@
&__read-only {
padding-bottom: 20px;
#{ms.$mat-table} {
box-shadow: none;
}
#{ms.$mat-header-row},
#{ms.$mat-row} {
padding: 0;
}
}
}
}