style: add hover style for filter item (#2868)

This commit is contained in:
JimmFly
2023-06-27 19:02:46 +08:00
committed by GitHub
parent dd58b1bbf6
commit eec2074b88
2 changed files with 28 additions and 5 deletions
@@ -8,8 +8,11 @@ export const inputStyle = style({
alignItems: 'center',
justifyContent: 'center',
height: '22px',
marginLeft: '10px',
marginRight: '10px',
textAlign: 'center',
':hover': {
background: 'var(--affine-hover-color)',
borderRadius: '4px',
},
});
export const popperStyle = style({
boxShadow: 'var(--affine-shadow-2)',