The `overlay_wireframe` shaders uses a `nor` input but it wasn't added to the GPU batch since the normals were split to a separate vertex buffer. Adding that input gets closer to the appearance in 4.0. But it still looks a bit different-- the outline is not as bright overall. Fixes #120781. Pull Request: https://projects.blender.org/blender/blender/pulls/120827