Skip to content

Commit

Permalink
fix: make draggable outlines consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Apr 3, 2024
1 parent 268ea53 commit 9008b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

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

.DraggableComponent-loadingOverlay {
Expand Down
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 @@ -3,7 +3,7 @@
margin-right: auto;
position: relative;
height: 100%;
outline-offset: -1px;
outline-offset: -2px;
width: 100%;
}

Expand Down

0 comments on commit 9008b70

Please sign in to comment.