Browse Source

DataGrid shouldn't have an annoying adorner when anything is focused inside

pull/11289/head
Max Katz 3 years ago
parent
commit
d2fe3e1762
  1. 1
      src/Avalonia.Controls.DataGrid/Themes/Fluent.xaml

1
src/Avalonia.Controls.DataGrid/Themes/Fluent.xaml

@ -498,6 +498,7 @@
<Setter Property="GridLinesVisibility" Value="None" />
<Setter Property="HorizontalGridLinesBrush" Value="{DynamicResource DataGridGridLinesBrush}" />
<Setter Property="VerticalGridLinesBrush" Value="{DynamicResource DataGridGridLinesBrush}" />
<Setter Property="FocusAdorner" Value="{x:Null}" />
<Setter Property="DropLocationIndicatorTemplate">
<Template>
<Rectangle Fill="{DynamicResource DataGridDropLocationIndicatorBackground}"

Loading…
Cancel
Save