As a new, separate issue to #5261 the request is similar to that issue where an indicator is added to show whether a field has been rewritten. This will aid in helping a site builder understand why a field in the output, isn't acting the way they expect. Having an indicator that a field is rewritten, gives a visual representation of what the field is actually outputting.
Things to do: - Add a class "views-field-rewritten" to the field link if it is rewritten, similar to how an excluded field has the class "views-field-excluded" to allow custom styling on the link based on the fact that the link is rewritten. - Add a span to house any icons that may be used as a visual indicator
Possible ideas for icons:

[file-contract] [cog] [wrench] [exclamation] [pen-fancy] [paint-brush]
IMO the file-contract makes the most sense out of these, but I'm not sold on any one of them.
If I missed anything, feel free to add it.
Recent comments
Hi Editing I see this: The CSS looks like this: /* Level 1: Standard Numbers */ .field-name-body ol { list-style-type: decimal; } /* Level 2: Lowercase Letters */ .field...
Numbered List format is different when editing
Done: https://github.com/backdrop/backdrop-issues/issues/7097 Feel free to edit it with better technical language. I'll have ago at vaccinating it but I'm only a user and the...
Numbered List format is different when editing
Hi Mike. That looks like a bug. The CKE ordered lists when editing have the correct CSS to format those lists correctly, but when Backdrop displays the body field in Basis, it doesn't...
Numbered List format is different when editing