Skip to content

Commit

Permalink
fix(dropzone): removing unused classes
Browse files Browse the repository at this point in the history
  • Loading branch information
aramos-adobe committed Jan 9, 2025
1 parent 98e5ea3 commit 5a2a335
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions components/dropzone/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion components/dropzone/stories/dropzone.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Default.args = {
},
],
label: "Drop file to replace",
useAccentColor: true,
customStyles: {
width: "300px",
},
Expand Down

0 comments on commit 5a2a335

Please sign in to comment.