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