mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: do not layer box shadows on top of one another in image diff (#22604)
This commit is contained in:
parent
5120e7d541
commit
78acb5ef58
@ -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%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user