Skip to content

Commit

Permalink
Merge pull request #9802 from nextcloud/fix/9707/outbox-active-backgr…
Browse files Browse the repository at this point in the history
…ound-color

fix: background-color of outbox-button
  • Loading branch information
PeterJGDe committed Jul 9, 2024
2 parents ac52f73 + ca8310b commit b546071
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,16 +221,11 @@ to {
z-index: 1;
}
.outbox {
margin-left: 6px;
margin: 6px 6px 0 6px;
width: auto;
&__border {
border-top: 1px solid var(--color-background-darker);
}
:deep(.app-navigation-entry) {
&.active {
background-color: transparent !important;
}
}
}
.mail-settings {
padding: calc(var(--default-grid-baseline, 4px) * 2);
Expand Down

0 comments on commit b546071

Please sign in to comment.