mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-49015] - Removing mat-selectors from cardview
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
<div class="adf-property-field">
|
<div class="adf-property-field">
|
||||||
|
|
||||||
<div *ngIf="!isEditable" class="adf-card-view__key-value-pairs__read-only adf-property-value">
|
<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">
|
<ng-container matColumnDef="name">
|
||||||
<mat-header-cell *matHeaderCellDef>{{ 'CORE.CARDVIEW.KEYVALUEPAIRS.NAME' | translate }}
|
<mat-header-cell *matHeaderCellDef>{{ 'CORE.CARDVIEW.KEYVALUEPAIRS.NAME' | translate }}
|
||||||
</mat-header-cell>
|
</mat-header-cell>
|
||||||
|
|||||||
-11
@@ -1,5 +1,3 @@
|
|||||||
@use '../../../styles/mat-selectors' as ms;
|
|
||||||
|
|
||||||
.adf-card-view-key-value-pairs-item {
|
.adf-card-view-key-value-pairs-item {
|
||||||
.adf-property-col-key {
|
.adf-property-col-key {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
@@ -34,15 +32,6 @@
|
|||||||
|
|
||||||
&__read-only {
|
&__read-only {
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
|
||||||
#{ms.$mat-table} {
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#{ms.$mat-header-row},
|
|
||||||
#{ms.$mat-row} {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user