mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
parent
15db84fee8
commit
3eb717eb16
1 changed files with 0 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue