Skip to content

Commit 6243bfa

Browse files
committed
Small updates
1 parent 6030adf commit 6243bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/lib/src/quick-nav/QuickNav.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const ListColumn = styled.ul`
1818
flex-direction: column;
1919
gap: var(--spacing-gap-s);
2020
margin: 0;
21-
padding: 0;
21+
padding: var(--spacing-padding-none);
2222
list-style-type: none;
2323
`;
2424

@@ -44,6 +44,7 @@ const Link = styled.a`
4444
height: var(--height-s);
4545
width: fit-content;
4646
max-width: 100%;
47+
border-radius: var(--border-radius-xs);
4748
4849
> span {
4950
text-overflow: ellipsis;
@@ -54,7 +55,6 @@ const Link = styled.a`
5455
color: var(--color-fg-primary-strong);
5556
}
5657
&:focus {
57-
border-radius: var(--border-radius-xs);
5858
outline: var(--border-width-m) var(--border-style-default) var(--border-color-secondary-medium);
5959
}
6060
`;

0 commit comments

Comments
 (0)