mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix: some style updates (#2396)
This commit is contained in:
@@ -22,6 +22,11 @@ export const root = style({
|
||||
color: 'var(--affine-text-secondary-color)',
|
||||
pointerEvents: 'none',
|
||||
},
|
||||
'&[data-active="true"]:hover': {
|
||||
background:
|
||||
// make this a variable?
|
||||
'linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), rgba(0, 0, 0, 0.04);',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
@@ -34,7 +39,7 @@ export const content = style({
|
||||
export const icon = style({
|
||||
marginRight: '14px',
|
||||
color: 'var(--affine-icon-color)',
|
||||
fontSize: '18px',
|
||||
fontSize: '20px',
|
||||
});
|
||||
|
||||
export const spacer = style({
|
||||
|
||||
Reference in New Issue
Block a user