From 7c7a800bc27f82bd690e802526d707c2a1d8a344 Mon Sep 17 00:00:00 2001 From: Alina Beck Date: Thu, 19 Dec 2019 00:50:27 +0530 Subject: [PATCH] replace ds-button with base-button (wip) --- .../CategoriesSelect/CategoriesSelect.vue | 10 ++--- webapp/components/CommentForm/CommentForm.vue | 44 ++++++++++--------- .../ContentMenu/ContentMenu.spec.js | 2 +- webapp/components/ContentMenu/ContentMenu.vue | 11 +++-- .../ContributionForm/ContributionForm.spec.js | 2 +- .../ContributionForm/ContributionForm.vue | 13 +++--- .../DonationInfo/DonationInfo.spec.js | 2 +- .../components/DonationInfo/DonationInfo.vue | 2 +- webapp/components/Editor/MenuBarButton.vue | 4 +- 9 files changed, 49 insertions(+), 41 deletions(-) diff --git a/webapp/components/CategoriesSelect/CategoriesSelect.vue b/webapp/components/CategoriesSelect/CategoriesSelect.vue index 493256546..9ec8688c4 100644 --- a/webapp/components/CategoriesSelect/CategoriesSelect.vue +++ b/webapp/components/CategoriesSelect/CategoriesSelect.vue @@ -3,16 +3,16 @@
- - {{ $t(`contribution.category.name.${category.slug}`) }} - +
diff --git a/webapp/components/CommentForm/CommentForm.vue b/webapp/components/CommentForm/CommentForm.vue index 6cdd08af3..88253065f 100644 --- a/webapp/components/CommentForm/CommentForm.vue +++ b/webapp/components/CommentForm/CommentForm.vue @@ -1,28 +1,17 @@ diff --git a/webapp/components/Editor/MenuBarButton.vue b/webapp/components/Editor/MenuBarButton.vue index 49e480ca5..2543352ca 100644 --- a/webapp/components/Editor/MenuBarButton.vue +++ b/webapp/components/Editor/MenuBarButton.vue @@ -1,7 +1,7 @@