diff --git a/src/components/tasks/partials/quick-add-magic.vue b/src/components/tasks/partials/quick-add-magic.vue index 476a70ae3..dacc3f8f0 100644 --- a/src/components/tasks/partials/quick-add-magic.vue +++ b/src/components/tasks/partials/quick-add-magic.vue @@ -116,9 +116,10 @@ const prefixes = computed(() => PREFIXES[mode.value]) .show-helper-text { right: 0; pointer-events: auto !important; - - &.is-highlighted { - color: inherit !important; - } + +} + +.is-highlighted { + color: inherit !important; }