chore: update hotkey and style

This commit is contained in:
JimmFly
2022-12-12 14:08:09 +08:00
parent a511632d1c
commit ac91c0eac0
5 changed files with 50 additions and 30 deletions
@@ -36,18 +36,21 @@ export const StyledJumpTo = styled('div')(({ theme }) => {
marginBottom: '10px',
},
a: {
color: theme.colors.popoverColor,
color: 'inherit',
padding: '5px 5px 5px 0',
...displayFlex('center', 'center'),
':visited': {
color: theme.colors.popoverColor,
},
':hover': {
color: theme.colors.primaryColor,
},
transition: `color .15s`,
svg: {
marginBottom: '2px',
},
span: {
marginLeft: '12px',
lineHeight: '22px',
},
},