From da90d3a25546bbd5416e11b962fe95ea13b0454f Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 10 Feb 2023 21:48:43 +0100 Subject: [PATCH] fix: Use NcSelect instead of NcMultiselect and use NcTextField instead of custom input This resolves some styling issues, like hovering the submit input does not set the border on the text input or mismatching borders. Moreover the `NcMultiselect` is deprecated and should be replaced with the `NcSelect`. Signed-off-by: Ferdinand Thiessen --- src/components/Nav/NewCollective.vue | 115 ++++++++++++++++----------- 1 file changed, 68 insertions(+), 47 deletions(-) diff --git a/src/components/Nav/NewCollective.vue b/src/components/Nav/NewCollective.vue index a7e074136..37186431d 100644 --- a/src/components/Nav/NewCollective.vue +++ b/src/components/Nav/NewCollective.vue @@ -33,51 +33,65 @@ -
-
- - - {{ emoji }} - - - - - + + + {{ emoji }} + + + + + +
+ - - - - - -
+ type="tertiary-no-background" + @click="createCollective"> + + +
+ + + + +