mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
style: adjust icon button hover color (#2976)
This commit is contained in:
@@ -50,7 +50,6 @@ export const StyledIconWrapper = styled('div')(() => {
|
||||
transition: 'background-color 0.2s',
|
||||
position: 'relative',
|
||||
':hover': {
|
||||
color: 'var(--affine-primary-color)',
|
||||
backgroundColor: 'var(--affine-hover-color)',
|
||||
},
|
||||
};
|
||||
@@ -74,7 +73,6 @@ export const StyledTriggerWrapper = styled('div')<{
|
||||
...displayFlex('center', 'center'),
|
||||
...positionAbsolute({ left: '4px', bottom: '4px' }),
|
||||
':hover': {
|
||||
color: 'var(--affine-primary-color)',
|
||||
backgroundColor: spread ? 'var(--affine-hover-color)' : null,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user