Skip to content

Commit

Permalink
fix: Remove background for resource ownership selector (#4748)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav authored Nov 29, 2022
1 parent d6d442d commit 30214f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/src/components/N8nMenu/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default Vue.extend({
height: 100%;
display: flex;
flex-direction: column;
background-color: var(--color-background-xlight);
background-color: var(--menu-background, var(--color-background-xlight));
}
.menuContent {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default Vue.extend({

<style lang="scss" scoped>
.menu-container {
--menu-background: transparent;
--menu-padding: 0;
}
</style>

0 comments on commit 30214f2

Please sign in to comment.