Skip to content

Commit

Permalink
fix(editor): Transparentize tertiary button on Usage page (#5033)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstuncsik authored Dec 27, 2022
1 parent 52077e2 commit d6bc760
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/editor-ui/src/views/SettingsUsageAndPlan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ const onDialogOpened = () => {

<div :class="$style.buttons">
<n8n-button
:class="$style.buttonTertiary"
@click="onAddActivationKey"
v-if="usageStore.canUserActivateLicense"
type="tertiary"
Expand Down Expand Up @@ -279,6 +280,13 @@ div[class*='info'] > span > span:last-child {
line-height: 1.4;
padding: 0 0 0 var(--spacing-4xs);
}
.buttonTertiary {
&,
&:hover {
background: transparent;
}
}
</style>

<style lang="scss" scoped>
Expand Down

0 comments on commit d6bc760

Please sign in to comment.