Skip to content

Commit

Permalink
fix nav hover border style
Browse files Browse the repository at this point in the history
  • Loading branch information
the-database committed May 26, 2024
1 parent 713198d commit 76e9d65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AnimeJaNaiConverterGui/Views/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:hypertext="clr-namespace:HyperText.Avalonia.Controls;assembly=HyperText.Avalonia"
xmlns:materialIcons="clr-namespace:Material.Icons.Avalonia;assembly=Material.Icons.Avalonia"
xmlns:ui="using:FluentAvalonia.UI.Controls"
mc:Ignorable="d" d:DesignWidth="1920" d:DesignHeight="1080"
Width="1920" Height="1080"
WindowStartupLocation="CenterScreen"
Expand Down Expand Up @@ -35,10 +36,10 @@
<Style Selector="Button.active">
<Setter Property="Background" Value="{DynamicResource SystemAccentColor }" />
<Style Selector="^:pointerover">
<!--<Style Selector="^ /template/ ui|FABorder#Root">
<Style Selector="^ /template/ ContentPresenter#PART_ContentPresenter">
<Setter Property="Background" Value="{DynamicResource SystemAccentColor}" />
<Setter Property="BorderBrush" Value="{DynamicResource SystemAccentColor}" />
</Style>-->
</Style>
</Style>
</Style>
</Window.Styles>
Expand Down

0 comments on commit 76e9d65

Please sign in to comment.