Skip to content

Commit

Permalink
Click and hold to exaggerate vdiff result differences
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Sep 6, 2024
1 parent 3bdee5e commit 428eab6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/server/report/result.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ export const RESULT_STYLE = css`
position: absolute;
top: 0;
}
.result-overlay img:active {
filter:
drop-shadow(0 0 0.5px red)
drop-shadow(0 0 0.5px red)
drop-shadow(0 0 0.5px red)
drop-shadow(0 0 0.5px red)
drop-shadow(0 0 0.5px red)
drop-shadow(0 0 0.5px red)
drop-shadow(0 0 0.5px red)
drop-shadow(0 0 0.5px red)
drop-shadow(0 0 0.5px red);
}
.result-part-info {
align-items: center;
display: flex;
Expand Down

0 comments on commit 428eab6

Please sign in to comment.