Skip to content

Commit 3eb717e

Browse files
nfebesusnux
authored andcommitted
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>
1 parent 15db84f commit 3eb717e

1 file changed

Lines changed: 0 additions & 4 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)