diff --git a/packages/html-reporter/src/imageDiffView.css b/packages/html-reporter/src/imageDiffView.css
index 021fe082aa..0f2ffe85d3 100644
--- a/packages/html-reporter/src/imageDiffView.css
+++ b/packages/html-reporter/src/imageDiffView.css
@@ -23,7 +23,7 @@
.image-diff-view .image-wrapper img {
flex: auto;
- box-shadow: var(--box-shadow-thick);
+ box-shadow: none;
margin: 24px auto;
min-width: 200px;
max-width: 80%;