Browse Source

Fixed bug failing to match the focus state in ComboBox (#19147)

Co-authored-by: Jins <devjins@163.com>
release/11.3.3
Jins 7 months ago
committed by Julien Lebosquain
parent
commit
08fc78add1
  1. 2
      src/Avalonia.Themes.Fluent/Controls/ComboBox.xaml

2
src/Avalonia.Themes.Fluent/Controls/ComboBox.xaml

@ -158,7 +158,7 @@
</Style>
<!-- Focus Pressed State -->
<Style Selector="^:focused:pressed">
<Style Selector="^:focus:pressed">
<Style Selector="^ /template/ ContentControl#ContentPresenter">
<Setter Property="Foreground" Value="{DynamicResource ComboBoxForegroundFocusedPressed}" />
</Style>

Loading…
Cancel
Save