mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Merge branch 'main' of github.com:directus/next into main
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
:placeholder="value ? formatTitle(value) : $t('search_for_icon')"
|
||||
v-model="searchQuery"
|
||||
@focus="activate"
|
||||
:class="{ 'has-value' : value}"
|
||||
>
|
||||
<template #prepend>
|
||||
<v-icon v-if="value" @click="activate" :name="value" :class="{ active: value }" />
|
||||
@@ -90,7 +91,7 @@ export default defineComponent({
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.v-input {
|
||||
.v-input.has-value {
|
||||
--v-input-placeholder-color: var(--primary);
|
||||
|
||||
&:focus-within {
|
||||
|
||||
Reference in New Issue
Block a user