Skip to content

Commit

Permalink
Fix cosmetic bug where dashed outline disappeared to left and right
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksson-daniel committed Nov 14, 2024
1 parent 99370c1 commit 1ceb20b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const ListItem = styled.li<ListItemProps>`
width: 100%;
height: 100%;
border-radius: var(--a-border-radius-medium);
outline: var(--a-spacing-05) dashed var(--a-border-action);
border: var(--a-spacing-05) dashed var(--a-border-action);
background-color: ${({ $isDragOver = false }) =>
$isDragOver ? 'rgba(153, 195, 255, 0.5)' : 'rgba(230, 240, 255, 0.5)'};
text-shadow:
Expand Down

0 comments on commit 1ceb20b

Please sign in to comment.