|
8 | 8 | out below
|
9 | 9 | -->
|
10 | 10 | <ResourceDictionary x:Key="Default">
|
11 |
| - <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerOverChromeBrush" |
12 |
| - Color="Transparent" /> |
13 |
| - <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerOverForegroundBrush" |
14 |
| - Color="{ThemeResource SystemColorButtonTextColor}" /> |
15 |
| - <SolidColorBrush x:Key="SystemControlMSEdgeNotificationButtonBorderBrush" |
16 |
| - Color="Transparent" /> |
| 11 | + <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerOverChromeBrush" Color="Transparent" /> |
| 12 | + <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerOverForegroundBrush" Color="{ThemeResource SystemBaseMediumColor}" /> |
| 13 | + <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerPressedForegroundBrush" Color="{ThemeResource SystemBaseHighColor}" /> |
| 14 | + <SolidColorBrush x:Key="SystemControlMSEdgeNotificationButtonBorderBrush" Color="Transparent" /> |
17 | 15 | </ResourceDictionary>
|
18 | 16 |
|
19 | 17 | <!-- HighContrast is used in all high contrast themes -->
|
20 | 18 | <ResourceDictionary x:Key="HighContrast">
|
21 |
| - <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerOverChromeBrush" |
22 |
| - Color="{ThemeResource SystemColorHighlightColor}" /> |
23 |
| - <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerOverForegroundBrush" |
24 |
| - Color="{ThemeResource SystemColorHighlightTextColor}" /> |
25 |
| - <SolidColorBrush x:Key="SystemControlMSEdgeNotificationButtonBorderBrush" |
26 |
| - Color="{ThemeResource SystemColorButtonTextColor}" /> |
| 19 | + <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerOverChromeBrush" Color="{ThemeResource SystemColorHighlightColor}" /> |
| 20 | + <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerOverForegroundBrush" Color="{ThemeResource SystemBaseHighColor}"/> |
| 21 | + <SolidColorBrush x:Key="SystemControlMSEdgeNotificationPointerPressedForegroundBrush" Color="{ThemeResource SystemBaseHighColor}" /> |
| 22 | + <SolidColorBrush x:Key="SystemControlMSEdgeNotificationButtonBorderBrush" Color="{ThemeResource SystemColorButtonTextColor}" /> |
27 | 23 | </ResourceDictionary>
|
28 | 24 | </ResourceDictionary.ThemeDictionaries>
|
29 | 25 |
|
|
68 | 64 | </VisualState>
|
69 | 65 | <VisualState x:Name="Pressed">
|
70 | 66 | <Storyboard>
|
71 |
| - <ObjectAnimationUsingKeyFrames Storyboard.TargetName="Text" |
72 |
| - Storyboard.TargetProperty="Foreground"> |
73 |
| - <DiscreteObjectKeyFrame KeyTime="0" |
74 |
| - Value="{ThemeResource SystemControlMSEdgeNotificationPointerOverForegroundBrush}" /> |
| 67 | + <ObjectAnimationUsingKeyFrames Storyboard.TargetName="Text" Storyboard.TargetProperty="Foreground"> |
| 68 | + <DiscreteObjectKeyFrame KeyTime="0" Value="{ThemeResource SystemControlMSEdgeNotificationPointerPressedForegroundBrush}" /> |
75 | 69 | </ObjectAnimationUsingKeyFrames>
|
76 | 70 | <ObjectAnimationUsingKeyFrames Storyboard.TargetName="RootGrid"
|
77 | 71 | Storyboard.TargetProperty="Background">
|
|
0 commit comments