mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 02:12:25 +08:00
fix: correct selector for foreground color in tooltip on primary button
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user