diff --git a/src/components/NcListItem/NcListItem.vue b/src/components/NcListItem/NcListItem.vue index ad7f2ca4d7..48f8e682e5 100644 --- a/src/components/NcListItem/NcListItem.vue +++ b/src/components/NcListItem/NcListItem.vue @@ -582,6 +582,7 @@ export default { background-color: var(--color-background-hover); } &--active, + .active, &:active, &:active ~ .app-navigation-entry__utils { background-color: var(--color-primary-light);