From e9602026077c27aa42fcb7a95d77d8f76030579e Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 17 Jan 2021 13:04:49 +0100 Subject: [PATCH] Use buttons more consistently --- src/components/input/colorPicker.vue | 2 +- src/components/input/datepicker.vue | 2 +- src/components/input/editor.vue | 20 ++++++++++--------- .../list/partials/background-settings.vue | 2 +- src/components/migrator/migration.vue | 2 +- src/components/modal/modal.vue | 4 ++-- src/components/tasks/edit-task.vue | 2 +- src/components/tasks/partials/defer-task.vue | 6 +++--- src/styles/components/color-picker.scss | 6 +----- src/styles/components/datepicker.scss | 12 +++++------ src/styles/theme/content.scss | 4 ++++ src/views/Home.vue | 2 +- src/views/labels/ListLabels.vue | 2 +- src/views/labels/NewLabel.vue | 2 +- src/views/list/NewList.vue | 2 +- src/views/list/views/List.vue | 2 +- src/views/namespaces/NewNamespace.vue | 2 +- src/views/tasks/ShowTasks.vue | 6 +++--- src/views/tasks/TaskDetailView.vue | 4 ++-- src/views/teams/NewTeam.vue | 2 +- src/views/user/Settings.vue | 2 +- 21 files changed, 45 insertions(+), 43 deletions(-) diff --git a/src/components/input/colorPicker.vue b/src/components/input/colorPicker.vue index 0cf3cb98b..d9d9590c8 100644 --- a/src/components/input/colorPicker.vue +++ b/src/components/input/colorPicker.vue @@ -16,7 +16,7 @@ model="hex" picker="square" v-model="color"/> - + Reset Color diff --git a/src/components/input/datepicker.vue b/src/components/input/datepicker.vue index 957b43837..855c1cfe2 100644 --- a/src/components/input/datepicker.vue +++ b/src/components/input/datepicker.vue @@ -98,7 +98,7 @@ /> Confirm diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index 26b7f4562..eafb5752d 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -1,14 +1,16 @@