Skip to content

Commit f8cb1ea

Browse files
committed
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 169bfac commit f8cb1ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/settings/src/components/SettingsNavigationItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const href = computed(() => generateUrl('/settings/{type}/{section}', {
4848
filter: var(--background-invert-if-dark);
4949
}
5050
51-
:global(.active) .settingsNavigationItem__icon {
51+
:global(.app-navigation-entry--legacy.active) .settingsNavigationItem__icon {
5252
filter: var(--primary-invert-if-dark);
5353
}
5454
</style>

0 commit comments

Comments
 (0)