From d08111bd92da38147f7ed7f434e2247313ef0371 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Wed, 2 Aug 2023 14:21:39 -0500 Subject: [PATCH] Make it obvious that `WorkflowInvocationStep` is clickable/expandable Added `cursor-pointer` class as well as `fa-chevron-up/down` icons. --- .../WorkflowInvocationState/WorkflowInvocationStep.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/client/src/components/WorkflowInvocationState/WorkflowInvocationStep.vue b/client/src/components/WorkflowInvocationState/WorkflowInvocationStep.vue index fb9500063b81..d0d8d697337c 100644 --- a/client/src/components/WorkflowInvocationState/WorkflowInvocationStep.vue +++ b/client/src/components/WorkflowInvocationState/WorkflowInvocationStep.vue @@ -1,11 +1,12 @@