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 8989 <StaticResource x : Key =" DataGridRowSelectedUnfocusedBackgroundOpacity" ResourceKey =" ListAccentLowOpacity" />
9090 <StaticResource x : Key =" DataGridRowSelectedHoveredUnfocusedBackgroundColor" ResourceKey =" SystemAccentColor" />
9191 <StaticResource x : Key =" DataGridRowSelectedHoveredUnfocusedBackgroundOpacity" ResourceKey =" ListAccentMediumOpacity" />
92+ <StaticResource x : Key =" DataGridRowHoveredBackgroundColor" ResourceKey =" SystemListLowColor" />
9293 <StaticResource x : Key =" DataGridRowHeaderForegroundBrush" ResourceKey =" SystemControlForegroundBaseMediumBrush" />
9394 <StaticResource x : Key =" DataGridRowHeaderBackgroundBrush" ResourceKey =" SystemControlBackgroundAltHighBrush" />
9495 <StaticResource x : Key =" DataGridRowGroupHeaderBackgroundBrush" ResourceKey =" SystemControlBackgroundChromeMediumBrush" />
597598 <VisualState x : Name =" NormalAlternatingRow" />
598599 <VisualState x : Name =" PointerOver" >
599600 <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 }" />
601602 </Storyboard >
602603 </VisualState >
603604 <VisualState x : Name =" NormalSelected" >
You can’t perform that action at this time.
0 commit comments