Merge pull request #60243 from nextcloud/fix/settings-icon

fix(settings): remove legacy handling of active navigation settings icon
This commit is contained in:
Ferdinand Thiessen 2026-05-12 19:26:47 +02:00 committed by GitHub
commit 4ffcb2a255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 7 deletions

View file

@ -47,8 +47,4 @@ const href = computed(() => generateUrl('/settings/{type}/{section}', {
object-fit: contain;
filter: var(--background-invert-if-dark);
}
:global(.active) .settingsNavigationItem__icon {
filter: var(--primary-invert-if-dark);
}
</style>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long