mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
fix(editor): Make tooltip link more prominent
This commit is contained in:
parent
3eeea284f9
commit
2e3503fa10
|
@ -213,7 +213,7 @@ onMounted(async () => {
|
||||||
<i18n-t keypath="projects.move.resource.modal.message.usedCredentials">
|
<i18n-t keypath="projects.move.resource.modal.message.usedCredentials">
|
||||||
<template #usedCredentials>
|
<template #usedCredentials>
|
||||||
<N8nTooltip placement="top">
|
<N8nTooltip placement="top">
|
||||||
<span>
|
<span :class="$style.tooltipText">
|
||||||
{{
|
{{
|
||||||
i18n.baseText('projects.move.resource.modal.message.usedCredentials.number', {
|
i18n.baseText('projects.move.resource.modal.message.usedCredentials.number', {
|
||||||
adjustToNumber: usedCredentials.length,
|
adjustToNumber: usedCredentials.length,
|
||||||
|
@ -278,6 +278,10 @@ onMounted(async () => {
|
||||||
margin-top: var(--spacing-s);
|
margin-top: var(--spacing-s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tooltipText {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.credentialsList {
|
.credentialsList {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in a new issue