mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Auto-loaded and non-public assembly-tree nodes set an explicit TextBlock foreground, which overrode the selected-row foreground and left the dim/gray colour bleeding through the accent selection fill -- often barely legible. Scope those foreground setters to DataGridRow:not(:selected) so the override drops on selection and the text inherits the normal selected-row foreground, like every other node.pull/3755/head
1 changed files with 7 additions and 2 deletions
Loading…
Reference in new issue