]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: fix dark mode icon blend mode in 2.13.3 (#8166)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 3 Nov 2024 13:27:20 +0000 (05:27 -0800)
committerGitHub <noreply@github.com>
Sun, 3 Nov 2024 13:27:20 +0000 (05:27 -0800)
src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss
src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss

index 44c112378441fb343428bc30dcedcaea697cffbd..75174a68048220525955d839c2efeefb76ed6c28 100644 (file)
@@ -11,7 +11,6 @@
   object-position: top left;
   height: 100%;
   position: absolute;
-  mix-blend-mode: multiply;
 }
 
 .card-title {
index da19b21453a7a5c8af048dc34bdd1325be0e8b13..508c5251abb258a956a459531f2c0bfeb20ba80a 100644 (file)
@@ -6,7 +6,6 @@
   object-fit: cover;
   object-position: top left;
   height: 180px;
-  mix-blend-mode: multiply;
 }
 
 .document-card-check {