From f739dd8f11d0cac5ddd74ba69d2c992f83157af5 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 7 Nov 2019 11:39:07 +0100 Subject: [PATCH] fix css - checkbutton cursor: default --- webapp/components/ContributionForm/ContributionForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 1ba254aac..22b0f9ba3 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -329,6 +329,7 @@ export default { } } .checkicon { + cursor: default; top: -18px; } .checkicon_cat {