dify/web/app/components/explore/item-operation/style.module.css
Stephen Zhou a84c2d36a3
style: format with vp fmt (#38803)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-12 15:57:46 +00:00

14 lines
268 B
CSS

@reference "../../../styles/globals.css";
.actionItem {
@apply mx-1 flex h-9 cursor-pointer items-center gap-2 rounded-lg px-3 py-2;
}
.actionName {
@apply text-sm text-text-secondary;
}
.deleteActionItem:hover .deleteActionItemChild {
@apply text-red-500;
}