Skip to content

Commit

Permalink
refs #160 fix navigation selected items text and background color
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
  • Loading branch information
Julien Veyssier committed Jul 18, 2022
1 parent 402d60b commit 66e9031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/components/AppNavigationProjectItem.vue
Expand Up @@ -252,8 +252,4 @@ export default {
border-radius: 50%;
}
}
.folder-icon-primary {
color: var(--color-primary);
}
</style>
4 changes: 2 additions & 2 deletions src/components/CospendNavigation.vue
Expand Up @@ -246,14 +246,14 @@ export default {
::v-deep .selectedproject,
::v-deep .selectedmember {
&.selectedmember,
> a,
> div {
background: var(--color-background-dark, lightgrey);
background: var(--color-primary-light, lightgrey);
}
> a {
font-weight: bold;
color: var(--color-primary);
}
}
Expand Down

0 comments on commit 66e9031

Please sign in to comment.