From 5a2a335715e92047e66e4ca8f1704e4767d9674a Mon Sep 17 00:00:00 2001 From: Aziz Ramos Date: Thu, 9 Jan 2025 11:25:04 -0500 Subject: [PATCH] fix(dropzone): removing unused classes --- components/dropzone/index.css | 5 ----- components/dropzone/stories/dropzone.stories.js | 1 - 2 files changed, 6 deletions(-) diff --git a/components/dropzone/index.css b/components/dropzone/index.css index 37bf1f097e..37c4c835d0 100644 --- a/components/dropzone/index.css +++ b/components/dropzone/index.css @@ -126,11 +126,6 @@ &.is-filled.is-dragged { --mod-drop-zone-content-display: flex; - background-image: url("https://s3-alpha-sig.figma.com/img/18cd/d82f/a71c264919d2049dcb540ae23897d027?Expires=1733097600&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=OMgIsMMWb10DyYC8c-pAUm4MxTwft~CTzqPojWvC0fLCFthNPTm5uh3esb1hTRxleJ9-HMNTvqawigP1GCbYI4PqCgkgMZA2CxvtksvQoi2qvVOBy-U6grTgw2KRFOkNEsT~UkcQRAdx0wDZs-PBGyeeMjs0jyZTmq7LbR5ntIVaFFNTpBTnj1o9Hl2S-Ofo1UEANW58Az~3JvY1XyuSYd3q1QIXb-lYi57QQ74F85P0B6ZDW~0n7o-9eg4SsJ0OgVgJu3LRr6XFyNCbb109Iu~wrmSHCjnCLm5~9v4lY0Tm8whnUYQ3js88LHFxUghP~3MJahtKgJXqMwJKNMhCCQ__"); - - .spectrum-DropZone-actions { - margin-block-start: 0; - } } &:focus-visible { diff --git a/components/dropzone/stories/dropzone.stories.js b/components/dropzone/stories/dropzone.stories.js index 15c6abb18e..899296c148 100644 --- a/components/dropzone/stories/dropzone.stories.js +++ b/components/dropzone/stories/dropzone.stories.js @@ -57,7 +57,6 @@ Default.args = { }, ], label: "Drop file to replace", - useAccentColor: true, customStyles: { width: "300px", },