Skip to content

Commit 7586900

Browse files
fix(ui): Use link hover color on focus (#69117)
1 parent c451851 commit 7586900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/styles/global.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const styles = (theme: Theme, isDark: boolean) => css`
1919
2020
a {
2121
color: ${theme.linkColor};
22+
&:focus-visible,
2223
&:hover {
2324
color: ${theme.linkHoverColor};
2425
}

0 commit comments

Comments
 (0)