From b0ab01ef6b715cafb12ecb2aa844a29c59c8a027 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Mon, 11 Mar 2024 22:54:22 +0000 Subject: Update styles, add task type icons --- components/base/Button.vue | 21 ++++++++++----------- components/editor/quest/OptionsPanel.vue | 2 -- components/editor/task/Configuration.vue | 15 +++++++++------ components/editor/task/ConfigurationRow.vue | 4 ++-- 4 files changed, 21 insertions(+), 21 deletions(-) (limited to 'components') diff --git a/components/base/Button.vue b/components/base/Button.vue index efd91c2..c7f7c50 100644 --- a/components/base/Button.vue +++ b/components/base/Button.vue @@ -2,7 +2,7 @@ const props = defineProps({ type: { type: String, - required: false, + required: false, default: 'text', }, label: String, @@ -20,7 +20,7 @@ const onClick = (event: MouseEvent) => { - diff --git a/components/editor/task/ConfigurationRow.vue b/components/editor/task/ConfigurationRow.vue index 8194dcd..98a644c 100644 --- a/components/editor/task/ConfigurationRow.vue +++ b/components/editor/task/ConfigurationRow.vue @@ -182,12 +182,12 @@ input { color: var(--color-false); } -.multiselect::v-deep .multiselect__tags { +:deep(.multiselect) .multiselect__tags { border: unset !important; border-radius: 0px !important; } -.multiselect::v-deep .multiselect__select { +:deep(.multiselect) .multiselect__select { background: unset !important; } \ No newline at end of file -- cgit v1.2.3-70-g09d2