mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
Merge pull request #381 from ChiahongHong/tooltip-color
Fix foreground color in tooltip on primary button
This commit is contained in:
commit
a99f075c64
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@
|
||||||
<Style Selector="Button.flat.primary:pointerover /template/ ContentPresenter#PART_ContentPresenter">
|
<Style Selector="Button.flat.primary:pointerover /template/ ContentPresenter#PART_ContentPresenter">
|
||||||
<Setter Property="Background" Value="Transparent"/>
|
<Setter Property="Background" Value="Transparent"/>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Selector="Button.flat.primary TextBlock">
|
<Style Selector="Button.flat.primary > TextBlock">
|
||||||
<Setter Property="Foreground" Value="{DynamicResource AccentButtonForeground}"/>
|
<Setter Property="Foreground" Value="{DynamicResource AccentButtonForeground}"/>
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue