File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2956
2956
<Setter TargetName =" CheckGlyph" Property =" Visibility" Value =" Visible" />
2957
2957
</Trigger >
2958
2958
<Trigger Property =" IsHighlighted" Value =" True" >
2959
- <Setter TargetName =" LayoutRoot" Property =" Background" Value =" {DynamicResource MenuFlyoutItemBackgroundPointerOver }" />
2959
+ <Setter TargetName =" LayoutRoot" Property =" Background" Value =" {DynamicResource CustomContextHover }" />
2960
2960
<Setter TargetName =" LayoutRoot" Property =" TextElement.Foreground" Value =" {DynamicResource Color05B}" />
2961
2961
<Setter TargetName =" ContentPresenter" Property =" TextElement.Foreground" Value =" {DynamicResource Color05B}" />
2962
2962
<Setter TargetName =" KeyboardAcceleratorTextBlock" Property =" Foreground" Value =" {DynamicResource MenuFlyoutItemKeyboardAcceleratorTextForegroundPointerOver}" />
2963
2963
</Trigger >
2964
2964
<Trigger Property =" IsPressed" Value =" True" >
2965
- <Setter TargetName =" LayoutRoot" Property =" Background" Value =" {DynamicResource MenuFlyoutItemBackgroundPressed }" />
2965
+ <Setter TargetName =" LayoutRoot" Property =" Background" Value =" {DynamicResource CustomContextClick }" />
2966
2966
<Setter TargetName =" LayoutRoot" Property =" TextElement.Foreground" Value =" {DynamicResource Color05B}" />
2967
2967
<Setter TargetName =" ContentPresenter" Property =" TextElement.Foreground" Value =" {DynamicResource Color05B}" />
2968
2968
<Setter TargetName =" KeyboardAcceleratorTextBlock" Property =" Foreground" Value =" {DynamicResource MenuFlyoutItemKeyboardAcceleratorTextForegroundPressed}" />
Original file line number Diff line number Diff line change 65
65
66
66
<SolidColorBrush x : Key =" CustomContextBorder" Color =" #1b1b1b" />
67
67
<SolidColorBrush x : Key =" CustomContextBackground" Color =" #2b2b2b" />
68
- <SolidColorBrush x : Key =" CustomContextHover" Color =" #3c3c3c" />
68
+ <SolidColorBrush x : Key =" CustomContextHover" Color =" #3a3a3a" />
69
+ <SolidColorBrush x : Key =" CustomContextClick" Color =" #353535" />
69
70
<SolidColorBrush x : Key =" CustomContextDisabled" Color =" #868686" />
70
71
<SolidColorBrush x : Key =" ContextSeparator" Color =" #3c3c3c" />
71
72
Original file line number Diff line number Diff line change 58
58
59
59
<SolidColorBrush x : Key =" CustomContextBorder" Color =" #dadada" />
60
60
<SolidColorBrush x : Key =" CustomContextBackground" Color =" #f2f2f2" />
61
- <SolidColorBrush x : Key =" CustomContextHover" Color =" #DBDBDB" />
61
+ <SolidColorBrush x : Key =" CustomContextHover" Color =" #e4e4e4" />
62
+ <SolidColorBrush x : Key =" CustomContextClick" Color =" #ececec" />
62
63
<SolidColorBrush x : Key =" CustomContextDisabled" Color =" #868686" />
63
64
<SolidColorBrush x : Key =" ContextSeparator" Color =" #dadada" />
64
65
You can’t perform that action at this time.
0 commit comments