From d01192b81e4095d98ca60986d81893365435ee08 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 3 Nov 2024 05:27:20 -0800 Subject: [PATCH] Fix: fix dark mode icon blend mode in 2.13.3 (#8166) --- .../document-card-large/document-card-large.component.scss | 1 - .../document-card-small/document-card-small.component.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss index 44c112378..75174a680 100644 --- a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss +++ b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss @@ -11,7 +11,6 @@ object-position: top left; height: 100%; position: absolute; - mix-blend-mode: multiply; } .card-title { diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss index da19b2145..508c5251a 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss @@ -6,7 +6,6 @@ object-fit: cover; object-position: top left; height: 180px; - mix-blend-mode: multiply; } .document-card-check {