We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6030adf commit 6243bfaCopy full SHA for 6243bfa
packages/lib/src/quick-nav/QuickNav.tsx
@@ -18,7 +18,7 @@ const ListColumn = styled.ul`
18
flex-direction: column;
19
gap: var(--spacing-gap-s);
20
margin: 0;
21
- padding: 0;
+ padding: var(--spacing-padding-none);
22
list-style-type: none;
23
`;
24
@@ -44,6 +44,7 @@ const Link = styled.a`
44
height: var(--height-s);
45
width: fit-content;
46
max-width: 100%;
47
+ border-radius: var(--border-radius-xs);
48
49
> span {
50
text-overflow: ellipsis;
@@ -54,7 +55,6 @@ const Link = styled.a`
54
55
color: var(--color-fg-primary-strong);
56
}
57
&:focus {
- border-radius: var(--border-radius-xs);
58
outline: var(--border-width-m) var(--border-style-default) var(--border-color-secondary-medium);
59
60
0 commit comments