Skip to content

Commit

Permalink
Fixed lost button foreground after pointer over
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenegff committed Oct 20, 2021
1 parent c5b776d commit b3483ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/CommonStyles/Button_themeresources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
x:Name="ContentPresenter"
Background="{TemplateBinding Background}"
contract7Present:BackgroundSizing="{TemplateBinding BackgroundSizing}"
Foreground="{TemplateBinding Foreground}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
Content="{TemplateBinding Content}"
Expand Down
1 change: 1 addition & 0 deletions dev/CommonStyles/RepeatButton_themeresources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
<ContentPresenter x:Name="ContentPresenter"
Background="{TemplateBinding Background}"
contract7Present:BackgroundSizing="{TemplateBinding BackgroundSizing}"
Foreground="{TemplateBinding Foreground}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
Content="{TemplateBinding Content}"
Expand Down
1 change: 1 addition & 0 deletions dev/CommonStyles/ToggleButton_themeresources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
x:Name="ContentPresenter"
Background="{TemplateBinding Background}"
contract7Present:BackgroundSizing="{TemplateBinding BackgroundSizing}"
Foreground="{TemplateBinding Foreground}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
Content="{TemplateBinding Content}"
Expand Down

0 comments on commit b3483ef

Please sign in to comment.