Browse Source

Revert "change selected row background brush"

This reverts commit 863b0da1a1.
pull/3564/head
Symbai 6 years ago
parent
commit
7ca8d02123
  1. 2
      src/Avalonia.Controls.DataGrid/Themes/Default.xaml

2
src/Avalonia.Controls.DataGrid/Themes/Default.xaml

@ -113,7 +113,7 @@
<Style Selector="DataGridRow /template/ Rectangle#BackgroundRectangle">
<Setter Property="IsVisible" Value="False"/>
<Setter Property="Fill" Value="{DynamicResource ThemeAccentBrush2}" />
<Setter Property="Fill" Value="{DynamicResource HighlightBrush}" />
</Style>
<Style Selector="DataGridRow:pointerover /template/ Rectangle#BackgroundRectangle">

Loading…
Cancel
Save