From 1d33d1537baf024e20202ab4b28a400e78f55faf Mon Sep 17 00:00:00 2001 From: Sufiyan Shaikh Date: Tue, 7 Jun 2022 15:43:21 +0530 Subject: [PATCH] [DSC-516] Card faded affect fix --- ...-search-result-grid-element.component.html | 83 +++++++++---------- .../truncatable-part.component.scss | 4 +- 2 files changed, 43 insertions(+), 44 deletions(-) diff --git a/src/app/shared/object-grid/search-result-grid-element/item-search-result/item/item-search-result-grid-element.component.html b/src/app/shared/object-grid/search-result-grid-element/item-search-result/item/item-search-result-grid-element.component.html index 4344cf9a00..91fb85be40 100644 --- a/src/app/shared/object-grid/search-result-grid-element/item-search-result/item/item-search-result-grid-element.component.html +++ b/src/app/shared/object-grid/search-result-grid-element/item-search-result/item/item-search-result-grid-element.component.html @@ -1,46 +1,45 @@
- -
+
-
- -
- - -
-
- -
- - -
-
-
- - - -

-
-

- - {{firstMetadataValue('dc.date.issued')}} - , - - - -

-

- - - -

- -
- +
+ +
+ + +
+
+ +
+ + +
+
+
+ + + + +

+
+ +

+ {{firstMetadataValue('dc.date.issued')}} + , + + +

+
+ +

+ +

+
+
+ +
diff --git a/src/app/shared/truncatable/truncatable-part/truncatable-part.component.scss b/src/app/shared/truncatable/truncatable-part/truncatable-part.component.scss index e778e1d15e..e045b197d2 100644 --- a/src/app/shared/truncatable/truncatable-part/truncatable-part.component.scss +++ b/src/app/shared/truncatable/truncatable-part/truncatable-part.component.scss @@ -6,6 +6,6 @@ box-shadow: none !important; } -.removeFaded { - position: inherit; +.removeFaded.content::after { + display: none; }