Skip to content

Commit

Permalink
Merge pull request #4342 from guardian/crop-gutter-transparency
Browse files Browse the repository at this point in the history
make transparency of crop gutters 50% to make them less 'opaque'
  • Loading branch information
twrichards authored Oct 1, 2024
2 parents 186a4fe + 070eacd commit 3a9f3f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
top: 0;
bottom: 0;
mix-blend-mode: difference;
opacity: 0.5;
}
.easel.vertical-warning-gutters .cropper-view-box::before { /* left gutter */
left: 0;
Expand Down

0 comments on commit 3a9f3f3

Please sign in to comment.