Skip to content

Commit 852c9e4

Browse files
committed
Add style
1 parent 0ccea17 commit 852c9e4

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

apps/landing/src/app/(detail)/docs/RightIndex.tsx

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,32 @@ export function RightIndex() {
8383
</VStack>
8484
<Box bg="$border" h="1px" />
8585
<Link
86-
className={css({ textDecoration: 'none' })}
86+
className={css({
87+
textDecoration: 'none',
88+
_hover: {
89+
textDecoration: 'underline',
90+
textDecorationColor: '$text',
91+
},
92+
})}
8793
href={editUrl}
94+
role="group"
8895
target="_blank"
8996
>
9097
<Flex gap="4px">
91-
<Text color="$caption" flex="1" textAlign="right" typography="small">
98+
<Text
99+
_groupHover={{ color: '$text' }}
100+
color="$caption"
101+
flex="1"
102+
textAlign="right"
103+
typography="small"
104+
>
92105
Edit this page
93106
</Text>
94107
<svg
95-
className={css({ color: '$caption' })}
108+
className={css({
109+
color: '$caption',
110+
_groupHover: { color: '$text' },
111+
})}
96112
fill="none"
97113
height="16"
98114
viewBox="0 0 16 16"

0 commit comments

Comments
 (0)