mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
@@ -73,10 +73,7 @@ export const mobileRoot = style([
|
||||
padding: '0 16px',
|
||||
selectors: {
|
||||
'&[data-collapsible="true"]:hover': {
|
||||
backgroundColor: 'transparent',
|
||||
},
|
||||
'&[data-collapsible="true"]:active': {
|
||||
backgroundColor: cssVarV2('layer/background/hoverOverlay'),
|
||||
backgroundColor: 'none',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -53,9 +53,11 @@ export const CategoryDivider = forwardRef(
|
||||
/>
|
||||
) : null}
|
||||
</div>
|
||||
<div className={styles.actions} onClick={e => e.stopPropagation()}>
|
||||
{children}
|
||||
</div>
|
||||
{mobile ? null : (
|
||||
<div className={styles.actions} onClick={e => e.stopPropagation()}>
|
||||
{children}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user