mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 18:41:52 +08:00
chore: update hotkey and style
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user