Browse Source
Merge pull request #7792 from chylex/fix-fluent-textbox-disabled-foreground
Fix wrong foreground TextBox color in Fluent theme
pull/7803/head
Max Katz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Themes.Fluent/Controls/TextBox.xaml
|
|
|
@ -121,7 +121,7 @@ |
|
|
|
</Style> |
|
|
|
|
|
|
|
<!-- PointerOver State--> |
|
|
|
<Style Selector="TextBox:disabled"> |
|
|
|
<Style Selector="TextBox:pointerover"> |
|
|
|
<Setter Property="Foreground" Value="{DynamicResource TextControlForegroundPointerOver}" /> |
|
|
|
</Style> |
|
|
|
|
|
|
|
|