File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
apps/landing/src/app/(detail)/docs Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments