From 78acb5ef58c473e4027512b6486e08410b50e9e3 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Mon, 24 Apr 2023 15:23:01 -0700 Subject: [PATCH] chore: do not layer box shadows on top of one another in image diff (#22604) --- packages/html-reporter/src/imageDiffView.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%;