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 e40946327b..40fbb2cac9 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 @@ -53,13 +53,14 @@ {{ property?.default | translate }} - + @if (showClickableIcon) { + + } diff --git a/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.scss b/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.scss index 30180e52ad..ed1a673c5e 100644 --- a/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.scss +++ b/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.scss @@ -5,15 +5,6 @@ margin-right: 5px; } - &-array-item-action { - color: var(--adf-theme-foreground-text-color-025); - } - - &-array-item-action:hover, - &-array-item-action:focus { - color: var(--adf-theme-foreground-text-color); - } - &-card-array-item-default { overflow: hidden; text-overflow: ellipsis;