This is awkward because I can't tell what the selection is, except by looking at the jump bar. If needed I suppose the red part could stay red, but the rest should be blue.
<rdar://problem/35177317>
Created attachment 324872 [details] [Image] Screenshot of issue This was done intentionally. WebInspectorUI/UserInterface/Views/CanvasOverviewContentView.css:40 .content-view.canvas-overview .content-view.canvas.selected:not(.is-recording) { border-color: var(--selected-background-color); } It looks quite awful to have the red and blue right next to each other. I agree that we still need some visual indicator, so maybe we should have the header stay red when recording and the rest of the borders be blue.
Created attachment 324875 [details] Patch
Created attachment 324876 [details] [Image] After Patch is applied
Comment on attachment 324875 [details] Patch r=me
Comment on attachment 324875 [details] Patch Clearing flags on attachment: 324875 Committed r223979: <https://trac.webkit.org/changeset/223979>
All reviewed patches have been landed. Closing bug.