mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-20 05:23:34 -07:00
remove unused color
This commit is contained in:
parent
1f6c9e09e3
commit
70f2237693
1 changed files with 2 additions and 6 deletions
|
@ -2,7 +2,6 @@
|
||||||
<v-tooltip
|
<v-tooltip
|
||||||
ref="copyToolTip"
|
ref="copyToolTip"
|
||||||
v-model="show"
|
v-model="show"
|
||||||
:color="copied? 'success-lighten-1' : 'red-lighten-1'"
|
|
||||||
top
|
top
|
||||||
:open-on-hover="false"
|
:open-on-hover="false"
|
||||||
:open-on-click="true"
|
:open-on-click="true"
|
||||||
|
@ -25,10 +24,7 @@
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</template>
|
</template>
|
||||||
<span v-if="!isSupported || copiedSuccess !== null">
|
<span v-if="!isSupported || copiedSuccess !== null">
|
||||||
<v-icon
|
<v-icon start>
|
||||||
start
|
|
||||||
dark
|
|
||||||
>
|
|
||||||
{{ $globals.icons.clipboardCheck }}
|
{{ $globals.icons.clipboardCheck }}
|
||||||
</v-icon>
|
</v-icon>
|
||||||
<slot v-if="!isSupported"> {{ $t("general.your-browser-does-not-support-clipboard") }} </slot>
|
<slot v-if="!isSupported"> {{ $t("general.your-browser-does-not-support-clipboard") }} </slot>
|
||||||
|
@ -84,7 +80,7 @@ export default defineNuxtComponent({
|
||||||
show.value = true;
|
show.value = true;
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
show.value = false;
|
show.value = false;
|
||||||
}, 2000);
|
}, 3000);
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue