fix(editor): Make tooltip link more prominent

This commit is contained in:
Csaba Tuncsik 2025-01-09 14:32:53 +01:00
parent 3eeea284f9
commit 2e3503fa10
No known key found for this signature in database

View file

@ -213,7 +213,7 @@ onMounted(async () => {
<i18n-t keypath="projects.move.resource.modal.message.usedCredentials">
<template #usedCredentials>
<N8nTooltip placement="top">
<span>
<span :class="$style.tooltipText">
{{
i18n.baseText('projects.move.resource.modal.message.usedCredentials.number', {
adjustToNumber: usedCredentials.length,
@ -278,6 +278,10 @@ onMounted(async () => {
margin-top: var(--spacing-s);
}
.tooltipText {
text-decoration: underline;
}
.credentialsList {
list-style-type: none;
padding: 0;