From ed5f68f24b4e0ea7f05bfbbf9ac394a1e4d553ce Mon Sep 17 00:00:00 2001 From: "amtul.noor" <amtul.noor@stud.uni-goettingen.de> Date: Wed, 31 Jan 2024 16:49:08 +0100 Subject: [PATCH] feat: add hover effect on processor names --- src/components/workflows/timeline/TimelineItem.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/workflows/timeline/TimelineItem.vue b/src/components/workflows/timeline/TimelineItem.vue index 0a70b6c..c608c60 100644 --- a/src/components/workflows/timeline/TimelineItem.vue +++ b/src/components/workflows/timeline/TimelineItem.vue @@ -154,5 +154,7 @@ function toggleParameterOverlay(step: WorkflowStep, event: Event) { </template> <style scoped lang="scss"> - +span:hover { + color: var(--highlight-text-color); +} </style> -- GitLab