From f619e4e817c943c9fddd0e56c30e5874e0046488 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Thu, 30 Jul 2026 11:05:59 +0100 Subject: [PATCH] [AAE-49015] - Keep removing mat-selectors --- .../card-view-arrayitem.component.html | 3 +++ .../card-view-arrayitem.component.scss | 19 +++++-------------- .../notification-history.component.html | 2 +- .../notification-history.component.scss | 7 ++----- .../components/people/people.component.scss | 9 +++------ 5 files changed, 14 insertions(+), 26 deletions(-) diff --git a/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.html b/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.html index 40fbb2cac9..80c41170b7 100644 --- a/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.html +++ b/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.html @@ -4,6 +4,7 @@ @@ -22,6 +24,7 @@ already renders with no shadow (level0), + // so only the custom scroll/height layout remains on the ADF class. &-array-item-more-chip-container { - &#{ms.$mat-card} { - box-shadow: none; - max-height: 300px; - overflow-y: auto; - } - } - - &-property-value { - #{ms.$mat-chip-list} { - padding-top: 6px; - } + max-height: 300px; + overflow-y: auto; } &-card-view-array-item-container { @@ -35,7 +26,7 @@ border-color: var(--mat-sys-outline-variant); border-radius: 0; - #{ms.$mat-chip}:hover { + .adf-card-view-array-chip:hover { cursor: pointer; } } diff --git a/lib/core/src/lib/notifications/components/notification-history.component.html b/lib/core/src/lib/notifications/components/notification-history.component.html index 1975469c61..7c4a28b571 100644 --- a/lib/core/src/lib/notifications/components/notification-history.component.html +++ b/lib/core/src/lib/notifications/components/notification-history.component.html @@ -1,5 +1,5 @@