From 3cd5ae8fc683fcd48c2d92f27d1250fdf7e87019 Mon Sep 17 00:00:00 2001 From: Christian Hartmann Date: Wed, 19 Feb 2025 09:02:48 +0000 Subject: [PATCH] feat: replace drag icon in Question.vue Signed-off-by: Christian Hartmann --- src/components/Icons/IconDragIndicator.vue | 45 ++++++++++++++++++++++ src/components/Questions/Question.vue | 6 +-- 2 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 src/components/Icons/IconDragIndicator.vue diff --git a/src/components/Icons/IconDragIndicator.vue b/src/components/Icons/IconDragIndicator.vue new file mode 100644 index 000000000..00d4a9abc --- /dev/null +++ b/src/components/Icons/IconDragIndicator.vue @@ -0,0 +1,45 @@ + + + + + diff --git a/src/components/Questions/Question.vue b/src/components/Questions/Question.vue index 71690ca9e..4b368a075 100644 --- a/src/components/Questions/Question.vue +++ b/src/components/Questions/Question.vue @@ -29,7 +29,7 @@ - +