Skip to content

Commit

Permalink
fix: don't unexpectedly show DropZone background
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Mar 22, 2024
1 parent 9a5c0b8 commit 2001fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/components/DropZone/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
.DropZone--draggingOverArea:not(:has(.DropZone--hoveringOverArea)),
.DropZone--hoveringOverArea:not(.DropZone--isDisabled):not(
.DropZone--isRootZone
) {
):not(.DropZone--hasChildren) {
background: color-mix(in srgb, var(--puck-color-azure-09) 30%, transparent);
outline: 2px dashed var(--puck-color-azure-08);
}
Expand Down

0 comments on commit 2001fa2

Please sign in to comment.