mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
fix: correct selector for foreground color in tooltip on primary button
This commit is contained in:
parent
ad21d2f6bf
commit
1dfa7aa1a7
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@
|
|||
<Style Selector="Button.flat.primary:pointerover /template/ ContentPresenter#PART_ContentPresenter">
|
||||
<Setter Property="Background" Value="Transparent"/>
|
||||
</Style>
|
||||
<Style Selector="Button.flat.primary TextBlock">
|
||||
<Style Selector="Button.flat.primary > TextBlock">
|
||||
<Setter Property="Foreground" Value="{DynamicResource AccentButtonForeground}"/>
|
||||
</Style>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue