L-Sun
2025-04-17 08:10:50 +00:00
parent 38e8806787
commit fa28554b66
@@ -26,10 +26,10 @@ export const cardPreview = style({
borderRadius: '4px',
cursor: 'default',
userSelect: 'none',
':hover': {
background: cssVarV2('layer/background/hoverOverlay'),
},
selectors: {
[`${outlineCard}[data-sortable="true"] &:hover`]: {
background: cssVarV2('layer/background/hoverOverlay'),
},
[`${outlineCard}[data-status="selected"] &`]: {
background: cssVarV2('layer/background/hoverOverlay'),
},