diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue index 8191915c9..13ced2946 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue @@ -330,9 +330,6 @@ export default defineComponent({ .list-group { min-height: 38px; } -.list-group-item { - cursor: move; -} .list-group-item i { cursor: pointer; } diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue index c30803282..cb8e9732a 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue @@ -117,7 +117,7 @@ @click="toggleDisabled(index)" > - + {{ $globals.icons.arrowUpDown }} {{ $t("recipe.step-index", { step: index + 1 }) }} @@ -671,9 +671,6 @@ export default defineComponent({ .list-group { min-height: 38px; } -.list-group-item { - cursor: move; -} .list-group-item i { cursor: pointer; }