From 69ef5731d62df5e121f1f17c358b4c120689c3a9 Mon Sep 17 00:00:00 2001 From: "stephan.strehler" Date: Mon, 23 Oct 2023 11:30:22 +0200 Subject: [PATCH] #716: increase opacity of submit form button when state hover or focus --- .../digiwf-tasklist/src/components/schema/AppJsonForm.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/digiwf-apps/packages/apps/digiwf-tasklist/src/components/schema/AppJsonForm.vue b/digiwf-apps/packages/apps/digiwf-tasklist/src/components/schema/AppJsonForm.vue index 37f2319934..3df01cfd69 100644 --- a/digiwf-apps/packages/apps/digiwf-tasklist/src/components/schema/AppJsonForm.vue +++ b/digiwf-apps/packages/apps/digiwf-tasklist/src/components/schema/AppJsonForm.vue @@ -26,7 +26,7 @@ @@ -82,3 +82,9 @@ export default class AppJsonForm extends Vue { } + +