Skip to content

Commit

Permalink
image-editor: add checkered background (#4194)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiviaMedeiros authored Nov 9, 2022
1 parent 60ae8c1 commit 8ce10e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@uppy/image-editor/src/cropper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
overflow: hidden;
outline: 1px solid #39f;
outline-color: rgba(51, 153, 255, 0.75);
background: repeating-conic-gradient(rgba(0, 0, 0, 0.5) 0% 25%, rgba(255, 255, 255, 0.5) 0% 50%) 50% / 16px 16px;
}

.cropper-dashed {
Expand Down

0 comments on commit 8ce10e8

Please sign in to comment.