Skip to content

Commit

Permalink
FocusAdorner comboboxes fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Larivé committed Dec 21, 2023
1 parent 5f62cb5 commit 4fb8d12
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 157 deletions.
2 changes: 1 addition & 1 deletion Avalonia.Themes.Neumorphism/Themes/AdornerLayer.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<FocusAdornerTemplate>
<Border BorderThickness="1" CornerRadius="{Binding $self.(AdornerLayer.AdornedElement).(Border.CornerRadius)}"
BorderBrush="{DynamicResource MaterialDesignFocus}" Margin="0">
</Border>
</Border>
</FocusAdornerTemplate>
</Setter>
</ControlTheme>
Expand Down
2 changes: 1 addition & 1 deletion Avalonia.Themes.Neumorphism/Themes/CheckBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<Setter Property="FontSize" Value="14"/>
<Setter Property="FontWeight" Value="Normal"/>
<Setter Property="FontStyle" Value="Normal"/>
<Setter Property="FocusAdorner" Value="{x:Null}" />
<Setter Property="FocusAdorner" Value="{x:Null}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate>
Expand Down
Loading

0 comments on commit 4fb8d12

Please sign in to comment.