From 9e0a5fc86045e04688e05ec047a686f7a75bbdd1 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 19 Jul 2023 14:22:21 +0800 Subject: [PATCH] style: transparent background for scroller --- src/Views/Widgets/PageTabBar.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Views/Widgets/PageTabBar.xaml b/src/Views/Widgets/PageTabBar.xaml index 852b1b0b..7159f910 100644 --- a/src/Views/Widgets/PageTabBar.xaml +++ b/src/Views/Widgets/PageTabBar.xaml @@ -30,7 +30,7 @@ x:Name="leftScroller" Click="ScrollLeft" Width="18" - HoverBackground="{DynamicResource Brush.TabButtonHover}" + HoverBackground="Transparent" BorderThickness="0" Icon="{StaticResource Icon.ScrollLeft}" WindowChrome.IsHitTestVisibleInChrome="True" @@ -153,7 +153,7 @@ x:Name="rightScroller" Click="ScrollRight" Width="18" - HoverBackground="{DynamicResource Brush.TabButtonHover}" + HoverBackground="Transparent" BorderThickness="0" Icon="{StaticResource Icon.ScrollRight}" WindowChrome.IsHitTestVisibleInChrome="True"