From bb838a0907fed095f5416e8d555e5e024b95413a Mon Sep 17 00:00:00 2001 From: Lamparter Date: Wed, 18 Sep 2024 19:00:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fix=20style=20issue=20with=20add?= =?UTF-8?q?ress=20bar=20buttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/FluentHub.App/Views/MainPage.xaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/FluentHub.App/Views/MainPage.xaml b/src/FluentHub.App/Views/MainPage.xaml index 94f857cba..c319119fc 100644 --- a/src/FluentHub.App/Views/MainPage.xaml +++ b/src/FluentHub.App/Views/MainPage.xaml @@ -176,6 +176,7 @@ Width="32" Height="32" Padding="0" + Background="Transparent" Command="{x:Bind ViewModel.GoBackCommand, Mode=OneWay}" IsEnabled="{x:Bind CustomCustomTabView.SelectedItem.NavigationHistory.CanGoBack, Mode=OneWay}" Style="{StaticResource AddressToolbarButtonStyle}" @@ -199,6 +200,7 @@ Height="32" Padding="0" x:Load="{x:Bind CustomCustomTabView.SelectedItem.NavigationHistory.CanGoForward, Mode=OneWay}" + Background="Transparent" Command="{x:Bind ViewModel.GoForwardCommand, Mode=OneWay}" Style="{StaticResource AddressToolbarButtonStyle}" ToolTipService.ToolTip="{helpers:ResourceString Name=GoForwardButton/ToolTipService/Tooltip}"> @@ -223,6 +225,7 @@ Width="32" Height="32" Padding="0" + Background="Transparent" Command="{x:Bind ViewModel.ReloadCommand, Mode=OneWay}" IsEnabled="{x:Bind CustomCustomTabView.SelectedItem.NavigationHistory.CanReload, Mode=OneWay}" Style="{StaticResource AddressToolbarButtonStyle}"