|
8 | 8 | out below -->
|
9 | 9 | <ResourceDictionary x:Key="Default">
|
10 | 10 | <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerOverChromeBrush" Color="Transparent" />
|
11 |
| - <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerOverForegroundBrush" Color="{ThemeResource SystemColorButtonTextColor}"/> |
| 11 | + <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerOverForegroundBrush" Color="{ThemeResource SystemBaseMediumColor}" /> |
| 12 | + <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerPressedForegroundBrush" Color="{ThemeResource SystemBaseHighColor}" /> |
12 | 13 | <SolidColorBrush x:Key="SystemControlMSEdgeNotificationButtonBorderBrush" Color="Transparent" />
|
13 | 14 | </ResourceDictionary>
|
14 | 15 |
|
15 | 16 | <!-- HighContrast is used in all high contrast themes -->
|
16 | 17 | <ResourceDictionary x:Key="HighContrast">
|
17 | 18 | <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerOverChromeBrush" Color="{ThemeResource SystemColorHighlightColor}" />
|
18 |
| - <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerOverForegroundBrush" Color="{ThemeResource SystemColorHighlightTextColor}"/> |
| 19 | + <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerOverForegroundBrush" Color="{ThemeResource SystemBaseHighColor}"/> |
| 20 | + <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerPressedForegroundBrush" Color="{ThemeResource SystemBaseHighColor}" /> |
19 | 21 | <SolidColorBrush x:Key="SystemControlMSEdgeNotificationButtonBorderBrush" Color="{ThemeResource SystemColorButtonTextColor}" />
|
20 | 22 | </ResourceDictionary>
|
21 | 23 | </ResourceDictionary.ThemeDictionaries>
|
|
53 | 55 | <VisualState x:Name="Pressed">
|
54 | 56 | <Storyboard>
|
55 | 57 | <ObjectAnimationUsingKeyFrames Storyboard.TargetName="Text" Storyboard.TargetProperty="Foreground">
|
56 |
| - <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource SystemControlMSEdgeNotificationPointerOverForegroundBrush}" /> |
| 58 | + <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource SystemControlMSEdgeNotificationPointerPressedForegroundBrush}" /> |
57 | 59 | </ObjectAnimationUsingKeyFrames>
|
58 | 60 | <ObjectAnimationUsingKeyFrames Storyboard.TargetName="RootGrid" Storyboard.TargetProperty="Background">
|
59 | 61 | <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource SystemControlMSEdgeNotificationPointerOverChromeBrush}" />
|
|
0 commit comments