mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Transparentize tertiary button on Usage page (#5033)
This commit is contained in:
@@ -152,6 +152,7 @@ const onDialogOpened = () => {
|
|||||||
|
|
||||||
<div :class="$style.buttons">
|
<div :class="$style.buttons">
|
||||||
<n8n-button
|
<n8n-button
|
||||||
|
:class="$style.buttonTertiary"
|
||||||
@click="onAddActivationKey"
|
@click="onAddActivationKey"
|
||||||
v-if="usageStore.canUserActivateLicense"
|
v-if="usageStore.canUserActivateLicense"
|
||||||
type="tertiary"
|
type="tertiary"
|
||||||
@@ -279,6 +280,13 @@ div[class*='info'] > span > span:last-child {
|
|||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
padding: 0 0 0 var(--spacing-4xs);
|
padding: 0 0 0 var(--spacing-4xs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.buttonTertiary {
|
||||||
|
&,
|
||||||
|
&:hover {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user