fix(settings): Limit active-icon inversion to legacy nav design

On the new tinted active background the inversion flips icons to
white on a light surface. Now scoped to the legacy design only.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
This commit is contained in:
nfebe 2026-05-08 15:08:45 +01:00 committed by Ferdinand Thiessen
parent 15db84fee8
commit 3eb717eb16

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>