|
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>
|
|
58 | 60 | <VisualState x:Name="Pressed">
|
59 | 61 | <Storyboard>
|
60 | 62 | <ObjectAnimationUsingKeyFrames Storyboard.TargetName="Text" Storyboard.TargetProperty="Foreground">
|
61 |
| - <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource SystemControlMSEdgeNotificationPointerOverForegroundBrush}" /> |
| 63 | + <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource SystemControlMSEdgeNotificationPointerPressedForegroundBrush}" /> |
62 | 64 | </ObjectAnimationUsingKeyFrames>
|
63 | 65 | <ObjectAnimationUsingKeyFrames Storyboard.TargetName="RootGrid" Storyboard.TargetProperty="Background">
|
64 | 66 | <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource SystemControlMSEdgeNotificationPointerOverChromeBrush}" />
|
|
0 commit comments