Merge pull request #690 from irihitech/typo

PointerOver -> Pointerover
This commit is contained in:
Zhang Dian
2025-11-04 14:53:17 +08:00
committed by GitHub
parent f92b5f4373
commit aa105337fa
11 changed files with 41 additions and 29 deletions

View File

@@ -57,7 +57,7 @@
<Setter Property="BorderBrush" Value="Transparent" />
</Style>
<Style Selector="^:pointerover /template/ TextBox#PART_TextBox">
<Setter Property="Background" Value="{DynamicResource DataValidationErrorsPointerOverBackground}" />
<Setter Property="Background" Value="{DynamicResource DataValidationErrorsPointeroverBackground}" />
<Setter Property="BorderBrush" Value="Transparent" />
</Style>
<Style Selector="^:pressed /template/ TextBox#PART_TextBox">