Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/TaskCreateDialog.vue')
-rw-r--r--src/components/TaskCreateDialog.vue8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/components/TaskCreateDialog.vue b/src/components/TaskCreateDialog.vue
index 4d635309..55234e3f 100644
--- a/src/components/TaskCreateDialog.vue
+++ b/src/components/TaskCreateDialog.vue
@@ -229,7 +229,7 @@ export default {
border-bottom: none;
margin-bottom: 3px;
- &::v-deep .multiselect {
+ :deep(.multiselect) {
border: 1px solid var(--color-border-dark);
border-radius: var(--border-radius);
}
@@ -268,10 +268,8 @@ export default {
justify-content: flex-end;
}
- ::v-deep {
- .calendar-picker-option__label,
- .property__item .multiselect__tags input.multiselect__input {
+ :deep(.calendar-picker-option__label),
+ :deep(.property__item .multiselect__tags) input.multiselect__input {
font-weight: normal;
- }
}
</style>