Browse Source

image-editor: add checkered background (#4194)

Livia Medeiros 2 years ago
parent
commit
8ce10e8c53
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/@uppy/image-editor/src/cropper.scss

+ 1 - 0
packages/@uppy/image-editor/src/cropper.scss

@@ -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 {