Prefab preview has unmodifiable overrides which were set in the parent

For example, I have a prefab which just has a SpriteRenderer, with material Sprites-Default. I add the prefab to the scene and I override the Material to Sprites-Mask.

If now I enter this prefab preview, this override is taken over and made immutable.

What is this? Why dont I see the original Material set in the prefab. Its the same with any kind of override.

Ok, I have learned about Open prefab in context (click arrow) vs Open prefab in isolation (Alt + click arrow). Issue resolved.