Skip to content

Commit

Permalink
Fixed lost button foreground after pointer over (#6105)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenegff authored Aug 18, 2023
1 parent 7bae740 commit c7894a5
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 c7894a5

Please sign in to comment.