Skip to content

Commit 4ffcb2a

Browse files
authored
Merge pull request #60243 from nextcloud/fix/settings-icon
fix(settings): remove legacy handling of active navigation settings icon
2 parents f516eeb + b015a4c commit 4ffcb2a

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

apps/settings/src/components/SettingsNavigationItem.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,4 @@ const href = computed(() => generateUrl('/settings/{type}/{section}', {
4747
object-fit: contain;
4848
filter: var(--background-invert-if-dark);
4949
}
50-
51-
:global(.active) .settingsNavigationItem__icon {
52-
filter: var(--primary-invert-if-dark);
53-
}
5450
</style>

0 commit comments

Comments
 (0)