mirror of
https://github.com/langgenius/dify.git
synced 2026-07-22 04:25:29 -04:00
a84c2d36a3
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
14 lines
268 B
CSS
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;
|
|
}
|