/* XY chart editor — the chart title is a <text>; highlight it by colour, not a glyph outline. */
.dia-xy .flow-canvas g.chart-title text.dia-pick-hover,
.dia-xy .flow-canvas g.chart-title text.dia-pick-sel { stroke: none !important; fill: var(--accent) !important; }
