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 @@