mirror of
https://github.com/langgenius/dify.git
synced 2026-07-22 03:08:33 +08:00
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;
|
|
}
|