fix(core): remove hover state for ai-usage block in sidebar avtar menu (#7573)

fix AF-1059
This commit is contained in:
CatsJuice
2024-07-24 02:27:03 +00:00
parent f89945e730
commit 091f5eec01
@@ -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',