File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 89
89
<StaticResource x : Key =" DataGridRowSelectedUnfocusedBackgroundOpacity" ResourceKey =" ListAccentLowOpacity" />
90
90
<StaticResource x : Key =" DataGridRowSelectedHoveredUnfocusedBackgroundColor" ResourceKey =" SystemAccentColor" />
91
91
<StaticResource x : Key =" DataGridRowSelectedHoveredUnfocusedBackgroundOpacity" ResourceKey =" ListAccentMediumOpacity" />
92
+ <StaticResource x : Key =" DataGridRowHoveredBackgroundColor" ResourceKey =" SystemListLowColor" />
92
93
<StaticResource x : Key =" DataGridRowHeaderForegroundBrush" ResourceKey =" SystemControlForegroundBaseMediumBrush" />
93
94
<StaticResource x : Key =" DataGridRowHeaderBackgroundBrush" ResourceKey =" SystemControlBackgroundAltHighBrush" />
94
95
<StaticResource x : Key =" DataGridRowGroupHeaderBackgroundBrush" ResourceKey =" SystemControlBackgroundChromeMediumBrush" />
597
598
<VisualState x : Name =" NormalAlternatingRow" />
598
599
<VisualState x : Name =" PointerOver" >
599
600
<Storyboard >
600
- <ColorAnimation Storyboard.TargetName=" BackgroundRectangle" Storyboard.TargetProperty=" (Shape.Fill).(SolidColorBrush.Color)" Duration =" 0" To =" {ThemeResource SystemListLowColor }" />
601
+ <ColorAnimation Storyboard.TargetName=" BackgroundRectangle" Storyboard.TargetProperty=" (Shape.Fill).(SolidColorBrush.Color)" Duration =" 0" To =" {ThemeResource DataGridRowHoveredBackgroundColor }" />
601
602
</Storyboard >
602
603
</VisualState >
603
604
<VisualState x : Name =" NormalSelected" >
You can’t perform that action at this time.
0 commit comments