Skip to content

Commit

Permalink
chore: don't show draggable outline on children of selected item
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Mar 23, 2024
1 parent 70cf177 commit 0e49afe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
display: none;
}

.DraggableComponent--isSelected .DraggableComponent-overlay {
.DraggableComponent--isSelected > .DraggableComponent-overlay {
outline: 2px var(--puck-color-azure-07) solid !important;
}

Expand Down

0 comments on commit 0e49afe

Please sign in to comment.