Peng Xiao
2023-12-26 08:07:17 +00:00
parent 60fe5f0e87
commit 285d2a7219

View File

@@ -17,13 +17,6 @@ export const deleteHintContainer = style({
gap: '16px',
backgroundColor: 'var(--affine-background-primary-color)',
borderTop: '1px solid var(--affine-border-color)',
selectors: {
'&[data-has-background="false"]': {
backgroundColor: 'transparent',
borderTop: 'none',
padding: '14px 0',
},
},
});
export const deleteHintText = style({
fontSize: '15px',