Skip to content

Commit

Permalink
fix(NcAppNavigation): add border right
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
2 people authored and ShGKme committed Aug 20, 2024
1 parent f096243 commit 3bf8bae
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/NcAppNavigation/NcAppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ export default {
background-color: var(--color-main-background-blur, var(--color-main-background));
-webkit-backdrop-filter: var(--filter-background-blur, none);
backdrop-filter: var(--filter-background-blur, none);
border-inline-end: 1px solid var(--color-border);

&--close {
margin-left: calc(-1 * min($navigation-width, var(--app-navigation-max-width)));
Expand Down Expand Up @@ -388,13 +389,6 @@ export default {
}
}

// add extra border for high contrast mode
[data-themes*='highcontrast'] {
.app-navigation {
border-right: 1px solid var(--color-border);
}
}

// When on mobile, we make the navigation slide over the NcAppContent
@media only screen and (max-width: $breakpoint-mobile) {
.app-navigation {
Expand Down

0 comments on commit 3bf8bae

Please sign in to comment.