mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
fix(core): remove hover state for ai-usage block in sidebar avtar menu (#7573)
fix AF-1059
This commit is contained in:
@@ -47,9 +47,6 @@ export const usageBlock = style({
|
||||
export const aiUsageBlock = style({
|
||||
padding: 12,
|
||||
cursor: 'pointer',
|
||||
':hover': {
|
||||
background: cssVar('hoverColor'),
|
||||
},
|
||||
selectors: {
|
||||
'&[data-pro]': {
|
||||
padding: '12px 12px 2px 12px',
|
||||
|
||||
Reference in New Issue
Block a user