mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Remove global link styling in v1 banner (#6705)
This commit is contained in:
committed by
GitHub
parent
c3455a4ad8
commit
76a765a151
@@ -14,7 +14,7 @@ async function dismissPermanently() {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<base-banner customIcon="info-circle" theme="warning" name="V1">
|
||||
<base-banner customIcon="info-circle" theme="warning" name="V1" :class="$style.v1container">
|
||||
<template #mainContent>
|
||||
<span v-html="locale.baseText('banners.v1.message')"></span>
|
||||
<a
|
||||
@@ -30,9 +30,11 @@ async function dismissPermanently() {
|
||||
</template>
|
||||
|
||||
<style lang="scss" module>
|
||||
.v1container {
|
||||
a,
|
||||
.link {
|
||||
font-weight: var(--font-weight-bold);
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user